Html Css Color HEX #DD248E Deep Cerise

📋 copy color: '#DD248E'

red 221 ◦ green 36 ◦ blue 142

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

Shades of Deep Cerise #DD248E

Tints of Deep Cerise #DD248E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.59%

R = 55.39%
G = 9.02%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD248E (or 0xDD248E) is known color: Deep Cerise. HEX triplet: DD, 24 and 8E. RGB value is (221,36,142). Sum of RGB (Red+Green+Blue) = 221+36+142=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 36 (14.45% from 255 or 9.02% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD248E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD248E is #22DB71. Grayscale: #676767. Windows color (decimal): -2284402 or 9315549. OLE color: 9315549.

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

Color convert

RGB 221 36 142 -
CMYK 0 0.84 0.36 0.13
HSL 325.62º 0.73% 0.5% -
HSV(B) 325.62º 0.84% 0.87% -
XYZ 35.33 18.59 27.32 -
YUV 103.4 149.79 211.88 -
System Red Green Blue C M Y K H S L
Decimal 221 36 142 0 0.84 0.36 0.13 325.62 0.73 0.5
Hex DD 24 8E 0 54 24 D 146 49 32
Octal 335 44 216 0 124 44 15 506 111 62
Binary 11011101 100100 10001110 0 1010100 100100 1101 101000110 1001001 110010

Color Harmonies of #DD248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD248E

Black with #DD248E

Text Example


Text Example

White with #DD248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD248E; }

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

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

background-color css

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

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

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

border-color css

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

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

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