Html Css Color HEX #DD1477 Ruby

📋 copy color: '#DD1477'

red 221 ◦ green 20 ◦ blue 119

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

Shades of Ruby #DD1477

Tints of Ruby #DD1477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.06%

R = 61.39%
G = 5.56%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD1477 (or 0xDD1477) is known color: Ruby. HEX triplet: DD, 14 and 77. RGB value is (221,20,119). Sum of RGB (Red+Green+Blue) = 221+20+119=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 20 (8.20% from 255 or 5.56% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1477 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1477 is #22EB88. Grayscale: #5B5B5B. Windows color (decimal): -2288521 or 7804125. OLE color: 7804125.

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

Color convert

RGB 221 20 119 -
CMYK 0 0.91 0.46 0.13
HSL 330.45º 0.83% 0.47% -
HSV(B) 330.45º 0.91% 0.87% -
XYZ 33.4 17.2 19.01 -
YUV 91.39 143.59 220.45 -
System Red Green Blue C M Y K H S L
Decimal 221 20 119 0 0.91 0.46 0.13 330.45 0.83 0.47
Hex DD 14 77 0 5B 2E D 14A 53 2F
Octal 335 24 167 0 133 56 15 512 123 57
Binary 11011101 10100 1110111 0 1011011 101110 1101 101001010 1010011 101111

Color Harmonies of #DD1477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1477

Black with #DD1477

Text Example


Text Example

White with #DD1477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1477; }

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

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

background-color css

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

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

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

border-color css

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

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

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