Html Css Color HEX #DC1965 Ruby

📋 copy color: '#DC1965'

red 220 ◦ green 25 ◦ blue 101

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

Shades of Ruby #DC1965

Tints of Ruby #DC1965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.23%

 BLUE value IS 101 (39.84% from 255) = 29.19%

R = 63.58%
G = 7.23%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC1965 (or 0xDC1965) is known color: Ruby. HEX triplet: DC, 19 and 65. RGB value is (220,25,101). Sum of RGB (Red+Green+Blue) = 220+25+101=346 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.58% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 101 (39.84% from 255 or 29.19% from 346); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1965 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC1965 is #23E69A. Grayscale: #5B5B5B. Windows color (decimal): -2352795 or 6625756. OLE color: 6625756.

HSL color Cylindrical-coordinate representation of color #DC1965: hue angle of 336.62º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1965 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 101 -
CMYK 0 0.89 0.54 0.14
HSL 336.62º 0.8% 0.48% -
HSV(B) 336.62º 0.89% 0.86% -
XYZ 32.21 16.85 13.87 -
YUV 91.97 133.1 219.32 -
System Red Green Blue C M Y K H S L
Decimal 220 25 101 0 0.89 0.54 0.14 336.62 0.8 0.48
Hex DC 19 65 0 59 36 E 151 50 30
Octal 334 31 145 0 131 66 16 521 120 60
Binary 11011100 11001 1100101 0 1011001 110110 1110 101010001 1010000 110000

Color Harmonies of #DC1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1965

Black with #DC1965

Text Example


Text Example

White with #DC1965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1965; }

 p { color: rgb(220,25,101); }

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

background-color css

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

 a { background-color: rgb(220,25,101); }

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

border-color css

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

 span { border-color: rgb(220,25,101); }

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