Html Css Color HEX #DC0288 Medium Violet Red

📋 copy color: '#DC0288'

red 220 ◦ green 2 ◦ blue 136

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

Shades of Medium Violet Red #DC0288

Tints of Medium Violet Red #DC0288

RGB

 RED value IS 220 (86.33% from 255) = 61.45%

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

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

R = 61.45%
G = 0.56%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC0288 (or 0xDC0288) is known color: Medium Violet Red. HEX triplet: DC, 02 and 88. RGB value is (220,2,136). Sum of RGB (Red+Green+Blue) = 220+2+136=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 136 (53.52% from 255 or 37.99% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0288 is #23FD77. Grayscale: #525252. Windows color (decimal): -2358648 or 8913628. OLE color: 8913628.

HSL color Cylindrical-coordinate representation of color #DC0288: hue angle of 323.12º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0288 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 136 -
CMYK 0 0.99 0.38 0.14
HSL 323.12º 0.98% 0.44% -
HSV(B) 323.12º 0.99% 0.86% -
XYZ 33.98 17.04 24.79 -
YUV 82.46 158.22 226.1 -
System Red Green Blue C M Y K H S L
Decimal 220 2 136 0 0.99 0.38 0.14 323.12 0.98 0.44
Hex DC 2 88 0 63 26 E 143 62 2C
Octal 334 2 210 0 143 46 16 503 142 54
Binary 11011100 10 10001000 0 1100011 100110 1110 101000011 1100010 101100

Color Harmonies of #DC0288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0288

Black with #DC0288

Text Example


Text Example

White with #DC0288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0288; }

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

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

background-color css

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

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

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

border-color css

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

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

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