Html Css Color HEX #DC0F5C Ruby

📋 copy color: '#DC0F5C'

red 220 ◦ green 15 ◦ blue 92

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

Shades of Ruby #DC0F5C

Tints of Ruby #DC0F5C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.59%

 BLUE value IS 92 (36.33% from 255) = 28.13%

R = 67.28%
G = 4.59%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC0F5C (or 0xDC0F5C) is known color: Ruby. HEX triplet: DC, 0F and 5C. RGB value is (220,15,92). Sum of RGB (Red+Green+Blue) = 220+15+92=327 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.28% from 327); Green value is 15 (6.25% from 255 or 4.59% from 327); Blue value is 92 (36.33% from 255 or 28.13% from 327); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F5C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F5C is #23F0A3. Grayscale: #545454. Windows color (decimal): -2355364 or 6033372. OLE color: 6033372.

HSL color Cylindrical-coordinate representation of color #DC0F5C: hue angle of 337.46º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F5C is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 92 -
CMYK 0 0.93 0.58 0.14
HSL 337.46º 0.87% 0.46% -
HSV(B) 337.46º 0.93% 0.86% -
XYZ 31.62 16.33 11.61 -
YUV 85.07 131.92 224.24 -
System Red Green Blue C M Y K H S L
Decimal 220 15 92 0 0.93 0.58 0.14 337.46 0.87 0.46
Hex DC F 5C 0 5D 3A E 151 57 2E
Octal 334 17 134 0 135 72 16 521 127 56
Binary 11011100 1111 1011100 0 1011101 111010 1110 101010001 1010111 101110

Color Harmonies of #DC0F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F5C

Black with #DC0F5C

Text Example


Text Example

White with #DC0F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F5C; }

 p { color: rgb(220,15,92); }

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

background-color css

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

 a { background-color: rgb(220,15,92); }

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

border-color css

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

 span { border-color: rgb(220,15,92); }

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