Html Css Color HEX #DD257C Deep Cerise

📋 copy color: '#DD257C'

red 221 ◦ green 37 ◦ blue 124

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

Shades of Deep Cerise #DD257C

Tints of Deep Cerise #DD257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.69%

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 57.85%
G = 9.69%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD257C (or 0xDD257C) is known color: Deep Cerise. HEX triplet: DD, 25 and 7C. RGB value is (221,37,124). Sum of RGB (Red+Green+Blue) = 221+37+124=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 37 (14.84% from 255 or 9.69% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD257C is #22DA83. Grayscale: #656565. Windows color (decimal): -2284164 or 8136157. OLE color: 8136157.

HSL color Cylindrical-coordinate representation of color #DD257C: hue angle of 331.63º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DD257C is Cyan = 0, Magento = 0.83, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 37 124 -
CMYK 0 0.83 0.44 0.13
HSL 331.63º 0.73% 0.51% -
HSV(B) 331.63º 0.83% 0.87% -
XYZ 34.12 18.15 20.77 -
YUV 101.93 140.46 212.93 -
System Red Green Blue C M Y K H S L
Decimal 221 37 124 0 0.83 0.44 0.13 331.63 0.73 0.51
Hex DD 25 7C 0 53 2C D 14C 49 33
Octal 335 45 174 0 123 54 15 514 111 63
Binary 11011101 100101 1111100 0 1010011 101100 1101 101001100 1001001 110011

Color Harmonies of #DD257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD257C

Black with #DD257C

Text Example


Text Example

White with #DD257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD257C; }

 p { color: rgb(221,37,124); }

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

background-color css

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

 a { background-color: rgb(221,37,124); }

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

border-color css

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

 span { border-color: rgb(221,37,124); }

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