Html Css Color HEX #DD1253 Ruby

📋 copy color: '#DD1253'

red 221 ◦ green 18 ◦ blue 83

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

Shades of Ruby #DD1253

Tints of Ruby #DD1253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 25.78%

R = 68.63%
G = 5.59%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1253 (or 0xDD1253) is known color: Ruby. HEX triplet: DD, 12 and 53. RGB value is (221,18,83). Sum of RGB (Red+Green+Blue) = 221+18+83=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 18 (7.42% from 255 or 5.59% from 322); Blue value is 83 (32.81% from 255 or 25.78% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1253 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1253 is #22EDAC. Grayscale: #565656. Windows color (decimal): -2289069 or 5444317. OLE color: 5444317.

HSL color Cylindrical-coordinate representation of color #DD1253: hue angle of 340.79º 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 #DD1253 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 18 83 -
CMYK 0 0.92 0.62 0.13
HSL 340.79º 0.85% 0.47% -
HSV(B) 340.79º 0.92% 0.87% -
XYZ 31.6 16.43 9.69 -
YUV 86.11 126.25 224.21 -
System Red Green Blue C M Y K H S L
Decimal 221 18 83 0 0.92 0.62 0.13 340.79 0.85 0.47
Hex DD 12 53 0 5C 3E D 155 55 2F
Octal 335 22 123 0 134 76 15 525 125 57
Binary 11011101 10010 1010011 0 1011100 111110 1101 101010101 1010101 101111

Color Harmonies of #DD1253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1253

Black with #DD1253

Text Example


Text Example

White with #DD1253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1253; }

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

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

background-color css

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

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

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

border-color css

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

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

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