Html Css Color HEX #DC1275 Ruby

📋 copy color: '#DC1275'

red 220 ◦ green 18 ◦ blue 117

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

Shades of Ruby #DC1275

Tints of Ruby #DC1275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.96%

R = 61.97%
G = 5.07%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC1275 (or 0xDC1275) is known color: Ruby. HEX triplet: DC, 12 and 75. RGB value is (220,18,117). Sum of RGB (Red+Green+Blue) = 220+18+117=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 18 (7.42% from 255 or 5.07% from 355); Blue value is 117 (46.09% from 255 or 32.96% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1275 is #23ED8A. Grayscale: #595959. Windows color (decimal): -2354571 or 7672540. OLE color: 7672540.

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

Color convert

RGB 220 18 117 -
CMYK 0 0.92 0.47 0.14
HSL 330.59º 0.85% 0.47% -
HSV(B) 330.59º 0.92% 0.86% -
XYZ 32.94 16.93 18.36 -
YUV 89.68 143.42 220.95 -
System Red Green Blue C M Y K H S L
Decimal 220 18 117 0 0.92 0.47 0.14 330.59 0.85 0.47
Hex DC 12 75 0 5C 2F E 14B 55 2F
Octal 334 22 165 0 134 57 16 513 125 57
Binary 11011100 10010 1110101 0 1011100 101111 1110 101001011 1010101 101111

Color Harmonies of #DC1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1275

Black with #DC1275

Text Example


Text Example

White with #DC1275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1275; }

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

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

background-color css

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

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

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

border-color css

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

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

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