Html Css Color HEX #DD247D Deep Cerise

📋 copy color: '#DD247D'

red 221 ◦ green 36 ◦ blue 125

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

Shades of Deep Cerise #DD247D

Tints of Deep Cerise #DD247D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.72%

R = 57.85%
G = 9.42%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD247D (or 0xDD247D) is known color: Deep Cerise. HEX triplet: DD, 24 and 7D. RGB value is (221,36,125). Sum of RGB (Red+Green+Blue) = 221+36+125=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 36 (14.45% from 255 or 9.42% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD247D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD247D is #22DB82. Grayscale: #656565. Windows color (decimal): -2284419 or 8201437. OLE color: 8201437.

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

Color convert

RGB 221 36 125 -
CMYK 0 0.84 0.43 0.13
HSL 331.14º 0.73% 0.5% -
HSV(B) 331.14º 0.84% 0.87% -
XYZ 34.15 18.11 21.1 -
YUV 101.46 141.29 213.26 -
System Red Green Blue C M Y K H S L
Decimal 221 36 125 0 0.84 0.43 0.13 331.14 0.73 0.5
Hex DD 24 7D 0 54 2B D 14B 49 32
Octal 335 44 175 0 124 53 15 513 111 62
Binary 11011101 100100 1111101 0 1010100 101011 1101 101001011 1001001 110010

Color Harmonies of #DD247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD247D

Black with #DD247D

Text Example


Text Example

White with #DD247D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD247D; }

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

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

background-color css

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

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

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

border-color css

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

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

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