Html Css Color HEX #DD247B Deep Cerise

📋 copy color: '#DD247B'

red 221 ◦ green 36 ◦ blue 123

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

Shades of Deep Cerise #DD247B

Tints of Deep Cerise #DD247B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.37%

R = 58.16%
G = 9.47%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD247B (or 0xDD247B) is known color: Deep Cerise. HEX triplet: DD, 24 and 7B. RGB value is (221,36,123). Sum of RGB (Red+Green+Blue) = 221+36+123=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 36 (14.45% from 255 or 9.47% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD247B is #22DB84. Grayscale: #656565. Windows color (decimal): -2284421 or 8070365. OLE color: 8070365.

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

Color convert

RGB 221 36 123 -
CMYK 0 0.84 0.44 0.13
HSL 331.78º 0.73% 0.5% -
HSV(B) 331.78º 0.84% 0.87% -
XYZ 34.02 18.06 20.43 -
YUV 101.23 140.29 213.43 -
System Red Green Blue C M Y K H S L
Decimal 221 36 123 0 0.84 0.44 0.13 331.78 0.73 0.5
Hex DD 24 7B 0 54 2C D 14C 49 32
Octal 335 44 173 0 124 54 15 514 111 62
Binary 11011101 100100 1111011 0 1010100 101100 1101 101001100 1001001 110010

Color Harmonies of #DD247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD247B

Black with #DD247B

Text Example


Text Example

White with #DD247B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD247B; }

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

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

background-color css

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

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

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

border-color css

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

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

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