Html Css Color HEX #D02291 Medium Violet Red

📋 copy color: '#D02291'

red 208 ◦ green 34 ◦ blue 145

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

Shades of Medium Violet Red #D02291

Tints of Medium Violet Red #D02291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 37.47%

R = 53.75%
G = 8.79%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D02291 (or 0xD02291) is known color: Medium Violet Red. HEX triplet: D0, 22 and 91. RGB value is (208,34,145). Sum of RGB (Red+Green+Blue) = 208+34+145=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D02291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02291 is #2FDD6E. Grayscale: #626262. Windows color (decimal): -3136879 or 9511632. OLE color: 9511632.

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

Color convert

RGB 208 34 145 -
CMYK 0 0.84 0.30 0.18
HSL 321.72º 0.72% 0.47% -
HSV(B) 321.72º 0.84% 0.82% -
XYZ 31.7 16.6 28.32 -
YUV 98.68 154.15 205.97 -
System Red Green Blue C M Y K H S L
Decimal 208 34 145 0 0.84 0.30 0.18 321.72 0.72 0.47
Hex D0 22 91 0 54 1E 12 142 48 2F
Octal 320 42 221 0 124 36 22 502 110 57
Binary 11010000 100010 10010001 0 1010100 11110 10010 101000010 1001000 101111

Color Harmonies of #D02291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02291

Black with #D02291

Text Example


Text Example

White with #D02291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02291; }

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

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

background-color css

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

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

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

border-color css

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

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

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