Html Css Color HEX #D02290 Medium Violet Red

📋 copy color: '#D02290'

red 208 ◦ green 34 ◦ blue 144

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

Shades of Medium Violet Red #D02290

Tints of Medium Violet Red #D02290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 53.89%
G = 8.81%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#D02290 (or 0xD02290) is known color: Medium Violet Red. HEX triplet: D0, 22 and 90. RGB value is (208,34,144). Sum of RGB (Red+Green+Blue) = 208+34+144=386 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.89% from 386); Green value is 34 (13.67% from 255 or 8.81% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 208 - color contains mainly: red. Hex color #D02290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02290 is #2FDD6F. Grayscale: #626262. Windows color (decimal): -3136880 or 9446096. OLE color: 9446096.

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

Color convert

RGB 208 34 144 -
CMYK 0 0.84 0.31 0.18
HSL 322.07º 0.72% 0.47% -
HSV(B) 322.07º 0.84% 0.82% -
XYZ 31.62 16.57 27.92 -
YUV 98.57 153.65 206.06 -
System Red Green Blue C M Y K H S L
Decimal 208 34 144 0 0.84 0.31 0.18 322.07 0.72 0.47
Hex D0 22 90 0 54 1F 12 142 48 2F
Octal 320 42 220 0 124 37 22 502 110 57
Binary 11010000 100010 10010000 0 1010100 11111 10010 101000010 1001000 101111

Color Harmonies of #D02290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02290

Black with #D02290

Text Example


Text Example

White with #D02290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02290; }

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

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

background-color css

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

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

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

border-color css

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

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

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