Html Css Color HEX #DD1462 Ruby

📋 copy color: '#DD1462'

red 221 ◦ green 20 ◦ blue 98

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

Shades of Ruby #DD1462

Tints of Ruby #DD1462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 28.91%

R = 65.19%
G = 5.9%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD1462 (or 0xDD1462) is known color: Ruby. HEX triplet: DD, 14 and 62. RGB value is (221,20,98). Sum of RGB (Red+Green+Blue) = 221+20+98=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 98 (38.67% from 255 or 28.91% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1462 is #22EB9D. Grayscale: #585858. Windows color (decimal): -2288542 or 6427869. OLE color: 6427869.

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

Color convert

RGB 221 20 98 -
CMYK 0 0.91 0.56 0.13
HSL 336.72º 0.83% 0.47% -
HSV(B) 336.72º 0.91% 0.87% -
XYZ 32.27 16.75 13.09 -
YUV 88.99 133.09 222.16 -
System Red Green Blue C M Y K H S L
Decimal 221 20 98 0 0.91 0.56 0.13 336.72 0.83 0.47
Hex DD 14 62 0 5B 38 D 151 53 2F
Octal 335 24 142 0 133 70 15 521 123 57
Binary 11011101 10100 1100010 0 1011011 111000 1101 101010001 1010011 101111

Color Harmonies of #DD1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1462

Black with #DD1462

Text Example


Text Example

White with #DD1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1462; }

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

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

background-color css

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

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

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

border-color css

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

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

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