Html Css Color HEX #DD2462 Cerise

📋 copy color: '#DD2462'

red 221 ◦ green 36 ◦ blue 98

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

Shades of Cerise #DD2462

Tints of Cerise #DD2462

RGB

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

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

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

R = 62.25%
G = 10.14%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD2462 (or 0xDD2462) is known color: Cerise. HEX triplet: DD, 24 and 62. RGB value is (221,36,98). Sum of RGB (Red+Green+Blue) = 221+36+98=355 (47% of max value = 765). Red value is 221 (86.72% from 255 or 62.25% from 355); Green value is 36 (14.45% from 255 or 10.14% from 355); Blue value is 98 (38.67% from 255 or 27.61% from 355); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD2462 is #22DB9D. Grayscale: #626262. Windows color (decimal): -2284446 or 6431965. OLE color: 6431965.

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

Color convert

RGB 221 36 98 -
CMYK 0 0.84 0.56 0.13
HSL 339.89º 0.73% 0.5% -
HSV(B) 339.89º 0.84% 0.87% -
XYZ 32.65 17.52 13.22 -
YUV 98.38 127.79 215.46 -
System Red Green Blue C M Y K H S L
Decimal 221 36 98 0 0.84 0.56 0.13 339.89 0.73 0.5
Hex DD 24 62 0 54 38 D 154 49 32
Octal 335 44 142 0 124 70 15 524 111 62
Binary 11011101 100100 1100010 0 1010100 111000 1101 101010100 1001001 110010

Color Harmonies of #DD2462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2462

Black with #DD2462

Text Example


Text Example

White with #DD2462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2462; }

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

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

background-color css

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

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

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

border-color css

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

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

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