Html Css Color HEX #D01092 Medium Violet Red

📋 copy color: '#D01092'

red 208 ◦ green 16 ◦ blue 146

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

Shades of Medium Violet Red #D01092

Tints of Medium Violet Red #D01092

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.32%

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

R = 56.22%
G = 4.32%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D01092 (or 0xD01092) is known color: Medium Violet Red. HEX triplet: D0, 10 and 92. RGB value is (208,16,146). Sum of RGB (Red+Green+Blue) = 208+16+146=370 (49% of max value = 765). Red value is 208 (81.64% from 255 or 56.22% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 208 - color contains mainly: red. Hex color #D01092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01092 is #2FEF6D. Grayscale: #575757. Windows color (decimal): -3141486 or 9572560. OLE color: 9572560.

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

Color convert

RGB 208 16 146 -
CMYK 0 0.92 0.30 0.18
HSL 319.38º 0.86% 0.44% -
HSV(B) 319.38º 0.92% 0.82% -
XYZ 31.39 15.86 28.6 -
YUV 88.23 160.61 213.43 -
System Red Green Blue C M Y K H S L
Decimal 208 16 146 0 0.92 0.30 0.18 319.38 0.86 0.44
Hex D0 10 92 0 5C 1E 12 13F 56 2C
Octal 320 20 222 0 134 36 22 477 126 54
Binary 11010000 10000 10010010 0 1011100 11110 10010 100111111 1010110 101100

Color Harmonies of #D01092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01092

Black with #D01092

Text Example


Text Example

White with #D01092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01092; }

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

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

background-color css

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

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

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

border-color css

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

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

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