Html Css Color HEX #DD1252 Ruby

📋 copy color: '#DD1252'

red 221 ◦ green 18 ◦ blue 82

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

Shades of Ruby #DD1252

Tints of Ruby #DD1252

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.61%

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

R = 68.85%
G = 5.61%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD1252 (or 0xDD1252) is known color: Ruby. HEX triplet: DD, 12 and 52. RGB value is (221,18,82). Sum of RGB (Red+Green+Blue) = 221+18+82=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 82 (32.42% from 255 or 25.55% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1252 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1252 is #22EDAD. Grayscale: #555555. Windows color (decimal): -2289070 or 5378781. OLE color: 5378781.

HSL color Cylindrical-coordinate representation of color #DD1252: hue angle of 341.08º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1252 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 82 -
CMYK 0 0.92 0.63 0.13
HSL 341.08º 0.85% 0.47% -
HSV(B) 341.08º 0.92% 0.87% -
XYZ 31.56 16.41 9.49 -
YUV 85.99 125.75 224.3 -
System Red Green Blue C M Y K H S L
Decimal 221 18 82 0 0.92 0.63 0.13 341.08 0.85 0.47
Hex DD 12 52 0 5C 3F D 155 55 2F
Octal 335 22 122 0 134 77 15 525 125 57
Binary 11011101 10010 1010010 0 1011100 111111 1101 101010101 1010101 101111

Color Harmonies of #DD1252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1252

Black with #DD1252

Text Example


Text Example

White with #DD1252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1252; }

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

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

background-color css

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

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

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

border-color css

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

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

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