Html Css Color HEX #D02277 Medium Violet Red

📋 copy color: '#D02277'

red 208 ◦ green 34 ◦ blue 119

#D02277
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #D02277

Tints of Medium Violet Red #D02277

RGB

 RED value IS 208 (81.64% from 255) = 57.62%

 GREEN value IS 34 (13.67% from 255) = 9.42%

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 57.62%
G = 9.42%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D02277 (or 0xD02277) is known color: Medium Violet Red. HEX triplet: D0, 22 and 77. RGB value is (208,34,119). Sum of RGB (Red+Green+Blue) = 208+34+119=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D02277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D02277 is #2FDD88. Grayscale: #5F5F5F. Windows color (decimal): -3136905 or 7807696. OLE color: 7807696.

HSL color Cylindrical-coordinate representation of color #D02277: hue angle of 330.69º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D02277 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 34 119 -
CMYK 0 0.84 0.43 0.18
HSL 330.69º 0.72% 0.47% -
HSV(B) 330.69º 0.84% 0.82% -
XYZ 29.91 15.89 18.94 -
YUV 95.72 141.15 208.09 -
System Red Green Blue C M Y K H S L
Decimal 208 34 119 0 0.84 0.43 0.18 330.69 0.72 0.47
Hex D0 22 77 0 54 2B 12 14B 48 2F
Octal 320 42 167 0 124 53 22 513 110 57
Binary 11010000 100010 1110111 0 1010100 101011 10010 101001011 1001000 101111

Color Harmonies of #D02277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02277

Black with #D02277

Text Example


Text Example

White with #D02277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02277; }

 p { color: rgb(208,34,119); }

 H1.HeaderClassName
 {
   color: #D02277;
 }
 .AnyTagClassName
 {
   color: #D02277;
 }
</style>

background-color css

<style>
 a { background-color: #D02277; }

 a { background-color: rgb(208,34,119); }

 div.DivClassName
 {
   background-color: #D02277;
 }
 .BgClassName
 {
   background-color: #D02277;
 }
</style>

border-color css

<style>
 span { border-color: #D02277; }

 span { border-color: rgb(208,34,119); }

 td.TdClassName
 {
   border-color: #D02277;
 }
 .TagClassName
 {
   border-color: #D02277;
 }
</style>