Html Css Color HEX #DC1267 Ruby

📋 copy color: '#DC1267'

red 220 ◦ green 18 ◦ blue 103

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

Shades of Ruby #DC1267

Tints of Ruby #DC1267

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.28%

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

R = 64.52%
G = 5.28%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DC1267 (or 0xDC1267) is known color: Ruby. HEX triplet: DC, 12 and 67. RGB value is (220,18,103). Sum of RGB (Red+Green+Blue) = 220+18+103=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1267 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1267 is #23ED98. Grayscale: #575757. Windows color (decimal): -2354585 or 6755036. OLE color: 6755036.

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

Color convert

RGB 220 18 103 -
CMYK 0 0.92 0.53 0.14
HSL 334.75º 0.85% 0.47% -
HSV(B) 334.75º 0.92% 0.86% -
XYZ 32.18 16.63 14.35 -
YUV 88.09 136.42 222.09 -
System Red Green Blue C M Y K H S L
Decimal 220 18 103 0 0.92 0.53 0.14 334.75 0.85 0.47
Hex DC 12 67 0 5C 35 E 14F 55 2F
Octal 334 22 147 0 134 65 16 517 125 57
Binary 11011100 10010 1100111 0 1011100 110101 1110 101001111 1010101 101111

Color Harmonies of #DC1267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1267

Black with #DC1267

Text Example


Text Example

White with #DC1267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1267; }

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

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

background-color css

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

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

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

border-color css

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

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

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