Html Css Color HEX #DD1458 Ruby

📋 copy color: '#DD1458'

red 221 ◦ green 20 ◦ blue 88

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

Shades of Ruby #DD1458

Tints of Ruby #DD1458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 67.17%
G = 6.08%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD1458 (or 0xDD1458) is known color: Ruby. HEX triplet: DD, 14 and 58. RGB value is (221,20,88). Sum of RGB (Red+Green+Blue) = 221+20+88=329 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.17% from 329); Green value is 20 (8.20% from 255 or 6.08% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1458 is #22EBA7. Grayscale: #575757. Windows color (decimal): -2288552 or 5772509. OLE color: 5772509.

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

Color convert

RGB 221 20 88 -
CMYK 0 0.91 0.60 0.13
HSL 339.7º 0.83% 0.47% -
HSV(B) 339.7º 0.91% 0.87% -
XYZ 31.83 16.58 10.75 -
YUV 87.85 128.09 222.97 -
System Red Green Blue C M Y K H S L
Decimal 221 20 88 0 0.91 0.60 0.13 339.7 0.83 0.47
Hex DD 14 58 0 5B 3C D 154 53 2F
Octal 335 24 130 0 133 74 15 524 123 57
Binary 11011101 10100 1011000 0 1011011 111100 1101 101010100 1010011 101111

Color Harmonies of #DD1458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1458

Black with #DD1458

Text Example


Text Example

White with #DD1458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1458; }

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

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

background-color css

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

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

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

border-color css

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

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

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