Html Css Color HEX #DD226D Cerise

📋 copy color: '#DD226D'

red 221 ◦ green 34 ◦ blue 109

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

Shades of Cerise #DD226D

Tints of Cerise #DD226D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 60.71%
G = 9.34%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DD226D (or 0xDD226D) is known color: Cerise. HEX triplet: DD, 22 and 6D. RGB value is (221,34,109). Sum of RGB (Red+Green+Blue) = 221+34+109=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 34 (13.67% from 255 or 9.34% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD226D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD226D is #22DD92. Grayscale: #626262. Windows color (decimal): -2284947 or 7152349. OLE color: 7152349.

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

Color convert

RGB 221 34 109 -
CMYK 0 0.85 0.51 0.13
HSL 335.94º 0.73% 0.5% -
HSV(B) 335.94º 0.85% 0.87% -
XYZ 33.15 17.62 16.12 -
YUV 98.46 133.95 215.4 -
System Red Green Blue C M Y K H S L
Decimal 221 34 109 0 0.85 0.51 0.13 335.94 0.73 0.5
Hex DD 22 6D 0 55 33 D 150 49 32
Octal 335 42 155 0 125 63 15 520 111 62
Binary 11011101 100010 1101101 0 1010101 110011 1101 101010000 1001001 110010

Color Harmonies of #DD226D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD226D

Black with #DD226D

Text Example


Text Example

White with #DD226D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD226D; }

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

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

background-color css

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

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

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

border-color css

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

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

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