Html Css Color HEX #DD226E Cerise

📋 copy color: '#DD226E'

red 221 ◦ green 34 ◦ blue 110

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

Shades of Cerise #DD226E

Tints of Cerise #DD226E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.14%

R = 60.55%
G = 9.32%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DD226E (or 0xDD226E) is known color: Cerise. HEX triplet: DD, 22 and 6E. RGB value is (221,34,110). Sum of RGB (Red+Green+Blue) = 221+34+110=365 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.55% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 221 - color contains mainly: red. Hex color #DD226E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD226E is #22DD91. Grayscale: #626262. Windows color (decimal): -2284946 or 7217885. OLE color: 7217885.

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

Color convert

RGB 221 34 110 -
CMYK 0 0.85 0.50 0.13
HSL 335.62º 0.73% 0.5% -
HSV(B) 335.62º 0.85% 0.87% -
XYZ 33.21 17.64 16.41 -
YUV 98.58 134.45 215.32 -
System Red Green Blue C M Y K H S L
Decimal 221 34 110 0 0.85 0.50 0.13 335.62 0.73 0.5
Hex DD 22 6E 0 55 32 D 150 49 32
Octal 335 42 156 0 125 62 15 520 111 62
Binary 11011101 100010 1101110 0 1010101 110010 1101 101010000 1001001 110010

Color Harmonies of #DD226E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD226E

Black with #DD226E

Text Example


Text Example

White with #DD226E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD226E; }

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

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

background-color css

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

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

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

border-color css

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

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

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