Html Css Color HEX #DD228D Deep Cerise

📋 copy color: '#DD228D'

red 221 ◦ green 34 ◦ blue 141

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

Shades of Deep Cerise #DD228D

Tints of Deep Cerise #DD228D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.59%

 BLUE value IS 141 (55.47% from 255) = 35.61%

R = 55.81%
G = 8.59%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD228D (or 0xDD228D) is known color: Deep Cerise. HEX triplet: DD, 22 and 8D. RGB value is (221,34,141). Sum of RGB (Red+Green+Blue) = 221+34+141=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 34 (13.67% from 255 or 8.59% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD228D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD228D is #22DD72. Grayscale: #656565. Windows color (decimal): -2284915 or 9249501. OLE color: 9249501.

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

Color convert

RGB 221 34 141 -
CMYK 0 0.85 0.36 0.13
HSL 325.67º 0.73% 0.5% -
HSV(B) 325.67º 0.85% 0.87% -
XYZ 35.2 18.44 26.9 -
YUV 102.11 149.95 212.8 -
System Red Green Blue C M Y K H S L
Decimal 221 34 141 0 0.85 0.36 0.13 325.67 0.73 0.5
Hex DD 22 8D 0 55 24 D 146 49 32
Octal 335 42 215 0 125 44 15 506 111 62
Binary 11011101 100010 10001101 0 1010101 100100 1101 101000110 1001001 110010

Color Harmonies of #DD228D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD228D

Black with #DD228D

Text Example


Text Example

White with #DD228D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD228D; }

 p { color: rgb(221,34,141); }

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

background-color css

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

 a { background-color: rgb(221,34,141); }

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

border-color css

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

 span { border-color: rgb(221,34,141); }

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