Html Css Color HEX #DC0272 Ruby

📋 copy color: '#DC0272'

red 220 ◦ green 2 ◦ blue 114

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

Shades of Ruby #DC0272

Tints of Ruby #DC0272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 65.48%
G = 0.6%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC0272 (or 0xDC0272) is known color: Ruby. HEX triplet: DC, 02 and 72. RGB value is (220,2,114). Sum of RGB (Red+Green+Blue) = 220+2+114=336 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.48% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0272 is #23FD8D. Grayscale: #4F4F4F. Windows color (decimal): -2358670 or 7471836. OLE color: 7471836.

HSL color Cylindrical-coordinate representation of color #DC0272: hue angle of 329.17º 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 #DC0272 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 2 114 -
CMYK 0 0.99 0.48 0.14
HSL 329.17º 0.98% 0.44% -
HSV(B) 329.17º 0.99% 0.86% -
XYZ 32.57 16.47 17.38 -
YUV 79.95 147.22 227.89 -
System Red Green Blue C M Y K H S L
Decimal 220 2 114 0 0.99 0.48 0.14 329.17 0.98 0.44
Hex DC 2 72 0 63 30 E 149 62 2C
Octal 334 2 162 0 143 60 16 511 142 54
Binary 11011100 10 1110010 0 1100011 110000 1110 101001001 1100010 101100

Color Harmonies of #DC0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0272

Black with #DC0272

Text Example


Text Example

White with #DC0272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0272; }

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

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

background-color css

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

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

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

border-color css

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

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

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