Html Css Color HEX #DD1454 Ruby

📋 copy color: '#DD1454'

red 221 ◦ green 20 ◦ blue 84

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

Shades of Ruby #DD1454

Tints of Ruby #DD1454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 68%
G = 6.15%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD1454 (or 0xDD1454) is known color: Ruby. HEX triplet: DD, 14 and 54. RGB value is (221,20,84). Sum of RGB (Red+Green+Blue) = 221+20+84=325 (43% of max value = 765). Red value is 221 (86.72% from 255 or 68% from 325); Green value is 20 (8.20% from 255 or 6.15% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1454 is #22EBAB. Grayscale: #575757. Windows color (decimal): -2288556 or 5510365. OLE color: 5510365.

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

Color convert

RGB 221 20 84 -
CMYK 0 0.91 0.62 0.13
HSL 340.9º 0.83% 0.47% -
HSV(B) 340.9º 0.91% 0.87% -
XYZ 31.67 16.51 9.91 -
YUV 87.4 126.09 223.3 -
System Red Green Blue C M Y K H S L
Decimal 221 20 84 0 0.91 0.62 0.13 340.9 0.83 0.47
Hex DD 14 54 0 5B 3E D 155 53 2F
Octal 335 24 124 0 133 76 15 525 123 57
Binary 11011101 10100 1010100 0 1011011 111110 1101 101010101 1010011 101111

Color Harmonies of #DD1454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1454

Black with #DD1454

Text Example


Text Example

White with #DD1454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1454; }

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

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

background-color css

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

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

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

border-color css

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

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

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