Html Css Color HEX #DD259F Deep Cerise

📋 copy color: '#DD259F'

red 221 ◦ green 37 ◦ blue 159

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

Shades of Deep Cerise #DD259F

Tints of Deep Cerise #DD259F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 38.13%

R = 53%
G = 8.87%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD259F (or 0xDD259F) is known color: Deep Cerise. HEX triplet: DD, 25 and 9F. RGB value is (221,37,159). Sum of RGB (Red+Green+Blue) = 221+37+159=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 37 (14.84% from 255 or 8.87% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD259F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD259F is #22DA60. Grayscale: #696969. Windows color (decimal): -2284129 or 10429917. OLE color: 10429917.

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

Color convert

RGB 221 37 159 -
CMYK 0 0.83 0.28 0.13
HSL 320.22º 0.73% 0.51% -
HSV(B) 320.22º 0.83% 0.87% -
XYZ 36.74 19.2 34.57 -
YUV 105.92 157.96 210.08 -
System Red Green Blue C M Y K H S L
Decimal 221 37 159 0 0.83 0.28 0.13 320.22 0.73 0.51
Hex DD 25 9F 0 53 1C D 140 49 33
Octal 335 45 237 0 123 34 15 500 111 63
Binary 11011101 100101 10011111 0 1010011 11100 1101 101000000 1001001 110011

Color Harmonies of #DD259F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD259F

Black with #DD259F

Text Example


Text Example

White with #DD259F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD259F; }

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

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

background-color css

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

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

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

border-color css

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

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

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