Html Css Color HEX #DD1652 Ruby

📋 copy color: '#DD1652'

red 221 ◦ green 22 ◦ blue 82

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

Shades of Ruby #DD1652

Tints of Ruby #DD1652

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.23%

R = 68%
G = 6.77%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1652 (or 0xDD1652) is known color: Ruby. HEX triplet: DD, 16 and 52. RGB value is (221,22,82). Sum of RGB (Red+Green+Blue) = 221+22+82=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 82 (32.42% from 255 or 25.23% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1652 is #22E9AD. Grayscale: #585858. Windows color (decimal): -2288046 or 5379805. OLE color: 5379805.

HSL color Cylindrical-coordinate representation of color #DD1652: hue angle of 341.91º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD1652 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 22 82 -
CMYK 0 0.90 0.63 0.13
HSL 341.91º 0.82% 0.48% -
HSV(B) 341.91º 0.9% 0.87% -
XYZ 31.63 16.56 9.51 -
YUV 88.34 124.43 222.62 -
System Red Green Blue C M Y K H S L
Decimal 221 22 82 0 0.90 0.63 0.13 341.91 0.82 0.48
Hex DD 16 52 0 5A 3F D 156 52 30
Octal 335 26 122 0 132 77 15 526 122 60
Binary 11011101 10110 1010010 0 1011010 111111 1101 101010110 1010010 110000

Color Harmonies of #DD1652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1652

Black with #DD1652

Text Example


Text Example

White with #DD1652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1652; }

 p { color: rgb(221,22,82); }

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

background-color css

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

 a { background-color: rgb(221,22,82); }

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

border-color css

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

 span { border-color: rgb(221,22,82); }

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