Html Css Color HEX #D01088 Medium Violet Red

📋 copy color: '#D01088'

red 208 ◦ green 16 ◦ blue 136

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

Shades of Medium Violet Red #D01088

Tints of Medium Violet Red #D01088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 57.78%
G = 4.44%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D01088 (or 0xD01088) is known color: Medium Violet Red. HEX triplet: D0, 10 and 88. RGB value is (208,16,136). Sum of RGB (Red+Green+Blue) = 208+16+136=360 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.78% from 360); Green value is 16 (6.64% from 255 or 4.44% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 208 - color contains mainly: red. Hex color #D01088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01088 is #2FEF77. Grayscale: #565656. Windows color (decimal): -3141496 or 8917200. OLE color: 8917200.

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

Color convert

RGB 208 16 136 -
CMYK 0 0.92 0.35 0.18
HSL 322.5º 0.86% 0.44% -
HSV(B) 322.5º 0.92% 0.82% -
XYZ 30.64 15.56 24.68 -
YUV 87.09 155.61 214.24 -
System Red Green Blue C M Y K H S L
Decimal 208 16 136 0 0.92 0.35 0.18 322.5 0.86 0.44
Hex D0 10 88 0 5C 23 12 142 56 2C
Octal 320 20 210 0 134 43 22 502 126 54
Binary 11010000 10000 10001000 0 1011100 100011 10010 101000010 1010110 101100

Color Harmonies of #D01088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01088

Black with #D01088

Text Example


Text Example

White with #D01088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01088; }

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

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

background-color css

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

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

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

border-color css

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

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

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