Html Css Color HEX #D01288 Medium Violet Red

📋 copy color: '#D01288'

red 208 ◦ green 18 ◦ blue 136

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

Shades of Medium Violet Red #D01288

Tints of Medium Violet Red #D01288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.97%

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

R = 57.46%
G = 4.97%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D01288 (or 0xD01288) is known color: Medium Violet Red. HEX triplet: D0, 12 and 88. RGB value is (208,18,136). Sum of RGB (Red+Green+Blue) = 208+18+136=362 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.46% from 362); Green value is 18 (7.42% from 255 or 4.97% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 208 - color contains mainly: red. Hex color #D01288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01288 is #2FED77. Grayscale: #575757. Windows color (decimal): -3140984 or 8917712. OLE color: 8917712.

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

Color convert

RGB 208 18 136 -
CMYK 0 0.91 0.35 0.18
HSL 322.74º 0.84% 0.44% -
HSV(B) 322.74º 0.91% 0.82% -
XYZ 30.67 15.62 24.69 -
YUV 88.26 154.95 213.41 -
System Red Green Blue C M Y K H S L
Decimal 208 18 136 0 0.91 0.35 0.18 322.74 0.84 0.44
Hex D0 12 88 0 5B 23 12 143 54 2C
Octal 320 22 210 0 133 43 22 503 124 54
Binary 11010000 10010 10001000 0 1011011 100011 10010 101000011 1010100 101100

Color Harmonies of #D01288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01288

Black with #D01288

Text Example


Text Example

White with #D01288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01288; }

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

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

background-color css

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

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

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

border-color css

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

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

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