Html Css Color HEX #DC165A Ruby

📋 copy color: '#DC165A'

red 220 ◦ green 22 ◦ blue 90

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

Shades of Ruby #DC165A

Tints of Ruby #DC165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 66.27%
G = 6.63%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC165A (or 0xDC165A) is known color: Ruby. HEX triplet: DC, 16 and 5A. RGB value is (220,22,90). Sum of RGB (Red+Green+Blue) = 220+22+90=332 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.27% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 220 - color contains mainly: red. Hex color #DC165A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC165A is #23E9A5. Grayscale: #585858. Windows color (decimal): -2353574 or 5904092. OLE color: 5904092.

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

Color convert

RGB 220 22 90 -
CMYK 0 0.9 0.59 0.14
HSL 339.39º 0.82% 0.47% -
HSV(B) 339.39º 0.9% 0.86% -
XYZ 31.65 16.53 11.2 -
YUV 88.95 128.6 221.47 -
System Red Green Blue C M Y K H S L
Decimal 220 22 90 0 0.9 0.59 0.14 339.39 0.82 0.47
Hex DC 16 5A 0 5A 3B E 153 52 2F
Octal 334 26 132 0 132 73 16 523 122 57
Binary 11011100 10110 1011010 0 1011010 111011 1110 101010011 1010010 101111

Color Harmonies of #DC165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC165A

Black with #DC165A

Text Example


Text Example

White with #DC165A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC165A; }

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

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

background-color css

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

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

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

border-color css

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

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

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