Html Css Color HEX #DD1472 Ruby

📋 copy color: '#DD1472'

red 221 ◦ green 20 ◦ blue 114

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

Shades of Ruby #DD1472

Tints of Ruby #DD1472

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.63%

 BLUE value IS 114 (44.92% from 255) = 32.11%

R = 62.25%
G = 5.63%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#DD1472 (or 0xDD1472) is known color: Ruby. HEX triplet: DD, 14 and 72. RGB value is (221,20,114). Sum of RGB (Red+Green+Blue) = 221+20+114=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 20 (8.20% from 255 or 5.63% from 355); Blue value is 114 (44.92% from 255 or 32.11% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1472 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1472 is #22EB8D. Grayscale: #5A5A5A. Windows color (decimal): -2288526 or 7476445. OLE color: 7476445.

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

Color convert

RGB 221 20 114 -
CMYK 0 0.91 0.48 0.13
HSL 331.94º 0.83% 0.47% -
HSV(B) 331.94º 0.91% 0.87% -
XYZ 33.11 17.09 17.47 -
YUV 90.82 141.09 220.86 -
System Red Green Blue C M Y K H S L
Decimal 221 20 114 0 0.91 0.48 0.13 331.94 0.83 0.47
Hex DD 14 72 0 5B 30 D 14C 53 2F
Octal 335 24 162 0 133 60 15 514 123 57
Binary 11011101 10100 1110010 0 1011011 110000 1101 101001100 1010011 101111

Color Harmonies of #DD1472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1472

Black with #DD1472

Text Example


Text Example

White with #DD1472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1472; }

 p { color: rgb(221,20,114); }

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

background-color css

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

 a { background-color: rgb(221,20,114); }

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

border-color css

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

 span { border-color: rgb(221,20,114); }

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