Html Css Color HEX #DD1855 Ruby

📋 copy color: '#DD1855'

red 221 ◦ green 24 ◦ blue 85

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

Shades of Ruby #DD1855

Tints of Ruby #DD1855

RGB

 RED value IS 221 (86.72% from 255) = 66.97%

 GREEN value IS 24 (9.77% from 255) = 7.27%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 66.97%
G = 7.27%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1855 (or 0xDD1855) is known color: Ruby. HEX triplet: DD, 18 and 55. RGB value is (221,24,85). Sum of RGB (Red+Green+Blue) = 221+24+85=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 24 (9.77% from 255 or 7.27% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1855 is #22E7AA. Grayscale: #595959. Windows color (decimal): -2287531 or 5576925. OLE color: 5576925.

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

Color convert

RGB 221 24 85 -
CMYK 0 0.89 0.62 0.13
HSL 341.42º 0.8% 0.48% -
HSV(B) 341.42º 0.89% 0.87% -
XYZ 31.79 16.68 10.14 -
YUV 89.86 125.27 221.54 -
System Red Green Blue C M Y K H S L
Decimal 221 24 85 0 0.89 0.62 0.13 341.42 0.8 0.48
Hex DD 18 55 0 59 3E D 155 50 30
Octal 335 30 125 0 131 76 15 525 120 60
Binary 11011101 11000 1010101 0 1011001 111110 1101 101010101 1010000 110000

Color Harmonies of #DD1855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1855

Black with #DD1855

Text Example


Text Example

White with #DD1855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1855; }

 p { color: rgb(221,24,85); }

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

background-color css

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

 a { background-color: rgb(221,24,85); }

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

border-color css

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

 span { border-color: rgb(221,24,85); }

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