Html Css Color HEX #DD259A Deep Cerise

📋 copy color: '#DD259A'

red 221 ◦ green 37 ◦ blue 154

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

Shades of Deep Cerise #DD259A

Tints of Deep Cerise #DD259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.38%

R = 53.64%
G = 8.98%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD259A (or 0xDD259A) is known color: Deep Cerise. HEX triplet: DD, 25 and 9A. RGB value is (221,37,154). Sum of RGB (Red+Green+Blue) = 221+37+154=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 37 (14.84% from 255 or 8.98% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DD259A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD259A is #22DA65. Grayscale: #696969. Windows color (decimal): -2284134 or 10102237. OLE color: 10102237.

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

Color convert

RGB 221 37 154 -
CMYK 0 0.83 0.30 0.13
HSL 321.85º 0.73% 0.51% -
HSV(B) 321.85º 0.83% 0.87% -
XYZ 36.31 19.03 32.33 -
YUV 105.35 155.46 210.49 -
System Red Green Blue C M Y K H S L
Decimal 221 37 154 0 0.83 0.30 0.13 321.85 0.73 0.51
Hex DD 25 9A 0 53 1E D 142 49 33
Octal 335 45 232 0 123 36 15 502 111 63
Binary 11011101 100101 10011010 0 1010011 11110 1101 101000010 1001001 110011

Color Harmonies of #DD259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD259A

Black with #DD259A

Text Example


Text Example

White with #DD259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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