Html Css Color HEX #DD2460 Cerise

📋 copy color: '#DD2460'

red 221 ◦ green 36 ◦ blue 96

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

Shades of Cerise #DD2460

Tints of Cerise #DD2460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.2%

 BLUE value IS 96 (37.89% from 255) = 27.2%

R = 62.61%
G = 10.2%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD2460 (or 0xDD2460) is known color: Cerise. HEX triplet: DD, 24 and 60. RGB value is (221,36,96). Sum of RGB (Red+Green+Blue) = 221+36+96=353 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.61% from 353); Green value is 36 (14.45% from 255 or 10.20% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2460 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2460 is #22DB9F. Grayscale: #626262. Windows color (decimal): -2284448 or 6300893. OLE color: 6300893.

HSL color Cylindrical-coordinate representation of color #DD2460: hue angle of 340.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD2460 is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 36 96 -
CMYK 0 0.84 0.57 0.13
HSL 340.54º 0.73% 0.5% -
HSV(B) 340.54º 0.84% 0.87% -
XYZ 32.56 17.48 12.72 -
YUV 98.16 126.79 215.62 -
System Red Green Blue C M Y K H S L
Decimal 221 36 96 0 0.84 0.57 0.13 340.54 0.73 0.5
Hex DD 24 60 0 54 39 D 155 49 32
Octal 335 44 140 0 124 71 15 525 111 62
Binary 11011101 100100 1100000 0 1010100 111001 1101 101010101 1001001 110010

Color Harmonies of #DD2460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2460

Black with #DD2460

Text Example


Text Example

White with #DD2460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2460; }

 p { color: rgb(221,36,96); }

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

background-color css

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

 a { background-color: rgb(221,36,96); }

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

border-color css

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

 span { border-color: rgb(221,36,96); }

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