Html Css Color HEX #D01992 Medium Violet Red

📋 copy color: '#D01992'

red 208 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #D01992

Tints of Medium Violet Red #D01992

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.6%

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

R = 54.88%
G = 6.6%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01992 (or 0xD01992) is known color: Medium Violet Red. HEX triplet: D0, 19 and 92. RGB value is (208,25,146). Sum of RGB (Red+Green+Blue) = 208+25+146=379 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.88% from 379); Green value is 25 (10.16% from 255 or 6.60% from 379); Blue value is 146 (57.42% from 255 or 38.52% from 379); Max value from RGB is 208 - color contains mainly: red. Hex color #D01992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01992 is #2FE66D. Grayscale: #5D5D5D. Windows color (decimal): -3139182 or 9574864. OLE color: 9574864.

HSL color Cylindrical-coordinate representation of color #D01992: hue angle of 320.33º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D01992 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 25 146 -
CMYK 0 0.88 0.30 0.18
HSL 320.33º 0.79% 0.46% -
HSV(B) 320.33º 0.88% 0.82% -
XYZ 31.55 16.18 28.65 -
YUV 93.51 157.63 209.66 -
System Red Green Blue C M Y K H S L
Decimal 208 25 146 0 0.88 0.30 0.18 320.33 0.79 0.46
Hex D0 19 92 0 58 1E 12 140 4F 2E
Octal 320 31 222 0 130 36 22 500 117 56
Binary 11010000 11001 10010010 0 1011000 11110 10010 101000000 1001111 101110

Color Harmonies of #D01992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01992

Black with #D01992

Text Example


Text Example

White with #D01992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01992; }

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

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

background-color css

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

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

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

border-color css

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

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

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