Html Css Color HEX #DC1669 Ruby

📋 copy color: '#DC1669'

red 220 ◦ green 22 ◦ blue 105

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

Shades of Ruby #DC1669

Tints of Ruby #DC1669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 63.4%
G = 6.34%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC1669 (or 0xDC1669) is known color: Ruby. HEX triplet: DC, 16 and 69. RGB value is (220,22,105). Sum of RGB (Red+Green+Blue) = 220+22+105=347 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.40% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1669 is #23E996. Grayscale: #5A5A5A. Windows color (decimal): -2353559 or 6887132. OLE color: 6887132.

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

Color convert

RGB 220 22 105 -
CMYK 0 0.9 0.52 0.14
HSL 334.85º 0.82% 0.47% -
HSV(B) 334.85º 0.9% 0.86% -
XYZ 32.35 16.81 14.9 -
YUV 90.66 136.1 220.25 -
System Red Green Blue C M Y K H S L
Decimal 220 22 105 0 0.9 0.52 0.14 334.85 0.82 0.47
Hex DC 16 69 0 5A 34 E 14F 52 2F
Octal 334 26 151 0 132 64 16 517 122 57
Binary 11011100 10110 1101001 0 1011010 110100 1110 101001111 1010010 101111

Color Harmonies of #DC1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1669

Black with #DC1669

Text Example


Text Example

White with #DC1669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1669; }

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

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

background-color css

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

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

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

border-color css

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

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

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