Html Css Color HEX #D02296 Medium Violet Red

📋 copy color: '#D02296'

red 208 ◦ green 34 ◦ blue 150

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

Shades of Medium Violet Red #D02296

Tints of Medium Violet Red #D02296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.27%

R = 53.06%
G = 8.67%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D02296 (or 0xD02296) is known color: Medium Violet Red. HEX triplet: D0, 22 and 96. RGB value is (208,34,150). Sum of RGB (Red+Green+Blue) = 208+34+150=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D02296 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02296 is #2FDD69. Grayscale: #626262. Windows color (decimal): -3136874 or 9839312. OLE color: 9839312.

HSL color Cylindrical-coordinate representation of color #D02296: hue angle of 320º 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 #D02296 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 34 150 -
CMYK 0 0.84 0.28 0.18
HSL 320º 0.72% 0.47% -
HSV(B) 320º 0.84% 0.82% -
XYZ 32.09 16.76 30.4 -
YUV 99.25 156.65 205.57 -
System Red Green Blue C M Y K H S L
Decimal 208 34 150 0 0.84 0.28 0.18 320 0.72 0.47
Hex D0 22 96 0 54 1C 12 140 48 2F
Octal 320 42 226 0 124 34 22 500 110 57
Binary 11010000 100010 10010110 0 1010100 11100 10010 101000000 1001000 101111

Color Harmonies of #D02296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02296

Black with #D02296

Text Example


Text Example

White with #D02296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02296; }

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

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

background-color css

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

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

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

border-color css

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

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

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