Html Css Color HEX #D02292 Medium Violet Red

📋 copy color: '#D02292'

red 208 ◦ green 34 ◦ blue 146

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

Shades of Medium Violet Red #D02292

Tints of Medium Violet Red #D02292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 37.63%

R = 53.61%
G = 8.76%
B = 37.63%

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

#D02292 (or 0xD02292) is known color: Medium Violet Red. HEX triplet: D0, 22 and 92. RGB value is (208,34,146). Sum of RGB (Red+Green+Blue) = 208+34+146=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 34 (13.67% from 255 or 8.76% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D02292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D02292 is #2FDD6D. Grayscale: #626262. Windows color (decimal): -3136878 or 9577168. OLE color: 9577168.

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

Color convert

RGB 208 34 146 -
CMYK 0 0.84 0.30 0.18
HSL 321.38º 0.72% 0.47% -
HSV(B) 321.38º 0.84% 0.82% -
XYZ 31.77 16.63 28.73 -
YUV 98.79 154.65 205.89 -
System Red Green Blue C M Y K H S L
Decimal 208 34 146 0 0.84 0.30 0.18 321.38 0.72 0.47
Hex D0 22 92 0 54 1E 12 141 48 2F
Octal 320 42 222 0 124 36 22 501 110 57
Binary 11010000 100010 10010010 0 1010100 11110 10010 101000001 1001000 101111

Color Harmonies of #D02292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02292

Black with #D02292

Text Example


Text Example

White with #D02292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02292; }

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

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

background-color css

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

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

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

border-color css

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

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

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