Html Css Color HEX #D00288 Medium Violet Red

📋 copy color: '#D00288'

red 208 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #D00288

Tints of Medium Violet Red #D00288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

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

R = 60.12%
G = 0.58%
B = 39.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D00288 (or 0xD00288) is known color: Medium Violet Red. HEX triplet: D0, 02 and 88. RGB value is (208,2,136). Sum of RGB (Red+Green+Blue) = 208+2+136=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 2 (1.17% from 255 or 0.58% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D00288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00288 is #2FFD77. Grayscale: #4E4E4E. Windows color (decimal): -3145080 or 8913616. OLE color: 8913616.

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

Color convert

RGB 208 2 136 -
CMYK 0 0.99 0.35 0.18
HSL 320.97º 0.98% 0.41% -
HSV(B) 320.97º 0.99% 0.82% -
XYZ 30.48 15.23 24.63 -
YUV 78.87 160.25 220.1 -
System Red Green Blue C M Y K H S L
Decimal 208 2 136 0 0.99 0.35 0.18 320.97 0.98 0.41
Hex D0 2 88 0 63 23 12 141 62 29
Octal 320 2 210 0 143 43 22 501 142 51
Binary 11010000 10 10001000 0 1100011 100011 10010 101000001 1100010 101001

Color Harmonies of #D00288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00288

Black with #D00288

Text Example


Text Example

White with #D00288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00288; }

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

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

background-color css

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

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

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

border-color css

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

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

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