Html Css Color HEX #DD1575 Ruby

📋 copy color: '#DD1575'

red 221 ◦ green 21 ◦ blue 117

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

Shades of Ruby #DD1575

Tints of Ruby #DD1575

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.85%

 BLUE value IS 117 (46.09% from 255) = 32.59%

R = 61.56%
G = 5.85%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DD1575 (or 0xDD1575) is known color: Ruby. HEX triplet: DD, 15 and 75. RGB value is (221,21,117). Sum of RGB (Red+Green+Blue) = 221+21+117=359 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.56% from 359); Green value is 21 (8.59% from 255 or 5.85% from 359); Blue value is 117 (46.09% from 255 or 32.59% from 359); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1575 is #22EA8A. Grayscale: #5B5B5B. Windows color (decimal): -2288267 or 7673309. OLE color: 7673309.

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

Color convert

RGB 221 21 117 -
CMYK 0 0.90 0.47 0.13
HSL 331.2º 0.83% 0.47% -
HSV(B) 331.2º 0.9% 0.87% -
XYZ 33.3 17.19 18.39 -
YUV 91.74 142.26 220.19 -
System Red Green Blue C M Y K H S L
Decimal 221 21 117 0 0.90 0.47 0.13 331.2 0.83 0.47
Hex DD 15 75 0 5A 2F D 14B 53 2F
Octal 335 25 165 0 132 57 15 513 123 57
Binary 11011101 10101 1110101 0 1011010 101111 1101 101001011 1010011 101111

Color Harmonies of #DD1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1575

Black with #DD1575

Text Example


Text Example

White with #DD1575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1575; }

 p { color: rgb(221,21,117); }

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

background-color css

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

 a { background-color: rgb(221,21,117); }

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

border-color css

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

 span { border-color: rgb(221,21,117); }

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