Html Css Color HEX #DD248C Deep Cerise

📋 copy color: '#DD248C'

red 221 ◦ green 36 ◦ blue 140

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

Shades of Deep Cerise #DD248C

Tints of Deep Cerise #DD248C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 35.26%

R = 55.67%
G = 9.07%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD248C (or 0xDD248C) is known color: Deep Cerise. HEX triplet: DD, 24 and 8C. RGB value is (221,36,140). Sum of RGB (Red+Green+Blue) = 221+36+140=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 36 (14.45% from 255 or 9.07% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD248C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD248C is #22DB73. Grayscale: #666666. Windows color (decimal): -2284404 or 9184477. OLE color: 9184477.

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

Color convert

RGB 221 36 140 -
CMYK 0 0.84 0.37 0.13
HSL 326.27º 0.73% 0.5% -
HSV(B) 326.27º 0.84% 0.87% -
XYZ 35.18 18.53 26.53 -
YUV 103.17 148.79 212.04 -
System Red Green Blue C M Y K H S L
Decimal 221 36 140 0 0.84 0.37 0.13 326.27 0.73 0.5
Hex DD 24 8C 0 54 25 D 146 49 32
Octal 335 44 214 0 124 45 15 506 111 62
Binary 11011101 100100 10001100 0 1010100 100101 1101 101000110 1001001 110010

Color Harmonies of #DD248C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD248C

Black with #DD248C

Text Example


Text Example

White with #DD248C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD248C; }

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

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

background-color css

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

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

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

border-color css

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

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

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