Html Css Color HEX #DD1277 Ruby

📋 copy color: '#DD1277'

red 221 ◦ green 18 ◦ blue 119

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

Shades of Ruby #DD1277

Tints of Ruby #DD1277

RGB

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

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

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

R = 61.73%
G = 5.03%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DD1277 (or 0xDD1277) is known color: Ruby. HEX triplet: DD, 12 and 77. RGB value is (221,18,119). Sum of RGB (Red+Green+Blue) = 221+18+119=358 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.73% from 358); Green value is 18 (7.42% from 255 or 5.03% from 358); Blue value is 119 (46.88% from 255 or 33.24% from 358); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1277 is #22ED88. Grayscale: #5A5A5A. Windows color (decimal): -2289033 or 7803613. OLE color: 7803613.

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

Color convert

RGB 221 18 119 -
CMYK 0 0.92 0.46 0.13
HSL 330.15º 0.85% 0.47% -
HSV(B) 330.15º 0.92% 0.87% -
XYZ 33.36 17.14 19 -
YUV 90.21 144.25 221.29 -
System Red Green Blue C M Y K H S L
Decimal 221 18 119 0 0.92 0.46 0.13 330.15 0.85 0.47
Hex DD 12 77 0 5C 2E D 14A 55 2F
Octal 335 22 167 0 134 56 15 512 125 57
Binary 11011101 10010 1110111 0 1011100 101110 1101 101001010 1010101 101111

Color Harmonies of #DD1277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1277

Black with #DD1277

Text Example


Text Example

White with #DD1277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1277; }

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

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

background-color css

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

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

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

border-color css

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

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

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