Html Css Color HEX #DD259C Deep Cerise

📋 copy color: '#DD259C'

red 221 ◦ green 37 ◦ blue 156

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

Shades of Deep Cerise #DD259C

Tints of Deep Cerise #DD259C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.68%

R = 53.38%
G = 8.94%
B = 37.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD259C (or 0xDD259C) is known color: Deep Cerise. HEX triplet: DD, 25 and 9C. RGB value is (221,37,156). Sum of RGB (Red+Green+Blue) = 221+37+156=414 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.38% from 414); Green value is 37 (14.84% from 255 or 8.94% from 414); Blue value is 156 (61.33% from 255 or 37.68% from 414); Max value from RGB is 221 - color contains mainly: red. Hex color #DD259C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD259C is #22DA63. Grayscale: #696969. Windows color (decimal): -2284132 or 10233309. OLE color: 10233309.

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

Color convert

RGB 221 37 156 -
CMYK 0 0.83 0.29 0.13
HSL 321.2º 0.73% 0.51% -
HSV(B) 321.2º 0.83% 0.87% -
XYZ 36.48 19.1 33.22 -
YUV 105.58 156.46 210.32 -
System Red Green Blue C M Y K H S L
Decimal 221 37 156 0 0.83 0.29 0.13 321.2 0.73 0.51
Hex DD 25 9C 0 53 1D D 141 49 33
Octal 335 45 234 0 123 35 15 501 111 63
Binary 11011101 100101 10011100 0 1010011 11101 1101 101000001 1001001 110011

Color Harmonies of #DD259C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD259C

Black with #DD259C

Text Example


Text Example

White with #DD259C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD259C; }

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

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

background-color css

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

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

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

border-color css

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

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

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