Html Css Color HEX #DC1675 Ruby

📋 copy color: '#DC1675'

red 220 ◦ green 22 ◦ blue 117

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

Shades of Ruby #DC1675

Tints of Ruby #DC1675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.13%

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

R = 61.28%
G = 6.13%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC1675 (or 0xDC1675) is known color: Ruby. HEX triplet: DC, 16 and 75. RGB value is (220,22,117). Sum of RGB (Red+Green+Blue) = 220+22+117=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 22 (8.98% from 255 or 6.13% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1675 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1675 is #23E98A. Grayscale: #5B5B5B. Windows color (decimal): -2353547 or 7673564. OLE color: 7673564.

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

Color convert

RGB 220 22 117 -
CMYK 0 0.9 0.47 0.14
HSL 331.21º 0.82% 0.47% -
HSV(B) 331.21º 0.9% 0.86% -
XYZ 33.01 17.07 18.39 -
YUV 92.03 142.1 219.28 -
System Red Green Blue C M Y K H S L
Decimal 220 22 117 0 0.9 0.47 0.14 331.21 0.82 0.47
Hex DC 16 75 0 5A 2F E 14B 52 2F
Octal 334 26 165 0 132 57 16 513 122 57
Binary 11011100 10110 1110101 0 1011010 101111 1110 101001011 1010010 101111

Color Harmonies of #DC1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1675

Black with #DC1675

Text Example


Text Example

White with #DC1675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1675; }

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

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

background-color css

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

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

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

border-color css

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

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

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