Html Css Color HEX #DC0B67 Ruby

📋 copy color: '#DC0B67'

red 220 ◦ green 11 ◦ blue 103

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

Shades of Ruby #DC0B67

Tints of Ruby #DC0B67

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.29%

 BLUE value IS 103 (40.63% from 255) = 30.84%

R = 65.87%
G = 3.29%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC0B67 (or 0xDC0B67) is known color: Ruby. HEX triplet: DC, 0B and 67. RGB value is (220,11,103). Sum of RGB (Red+Green+Blue) = 220+11+103=334 (44% of max value = 765). Red value is 220 (86.33% from 255 or 65.87% from 334); Green value is 11 (4.69% from 255 or 3.29% from 334); Blue value is 103 (40.62% from 255 or 30.84% from 334); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0B67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0B67 is #23F498. Grayscale: #535353. Windows color (decimal): -2356377 or 6753244. OLE color: 6753244.

HSL color Cylindrical-coordinate representation of color #DC0B67: hue angle of 333.59º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0B67 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 11 103 -
CMYK 0 0.95 0.53 0.14
HSL 333.59º 0.9% 0.45% -
HSV(B) 333.59º 0.95% 0.86% -
XYZ 32.08 16.43 14.31 -
YUV 83.98 138.74 225.02 -
System Red Green Blue C M Y K H S L
Decimal 220 11 103 0 0.95 0.53 0.14 333.59 0.9 0.45
Hex DC B 67 0 5F 35 E 14E 5A 2D
Octal 334 13 147 0 137 65 16 516 132 55
Binary 11011100 1011 1100111 0 1011111 110101 1110 101001110 1011010 101101

Color Harmonies of #DC0B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0B67

Black with #DC0B67

Text Example


Text Example

White with #DC0B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0B67; }

 p { color: rgb(220,11,103); }

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

background-color css

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

 a { background-color: rgb(220,11,103); }

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

border-color css

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

 span { border-color: rgb(220,11,103); }

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