Html Css Color HEX #DD226C Cerise

📋 copy color: '#DD226C'

red 221 ◦ green 34 ◦ blue 108

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

Shades of Cerise #DD226C

Tints of Cerise #DD226C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.75%

R = 60.88%
G = 9.37%
B = 29.75%

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

#DD226C (or 0xDD226C) is known color: Cerise. HEX triplet: DD, 22 and 6C. RGB value is (221,34,108). Sum of RGB (Red+Green+Blue) = 221+34+108=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD226C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD226C is #22DD93. Grayscale: #626262. Windows color (decimal): -2284948 or 7086813. OLE color: 7086813.

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

Color convert

RGB 221 34 108 -
CMYK 0 0.85 0.51 0.13
HSL 336.26º 0.73% 0.5% -
HSV(B) 336.26º 0.85% 0.87% -
XYZ 33.1 17.6 15.84 -
YUV 98.35 133.45 215.48 -
System Red Green Blue C M Y K H S L
Decimal 221 34 108 0 0.85 0.51 0.13 336.26 0.73 0.5
Hex DD 22 6C 0 55 33 D 150 49 32
Octal 335 42 154 0 125 63 15 520 111 62
Binary 11011101 100010 1101100 0 1010101 110011 1101 101010000 1001001 110010

Color Harmonies of #DD226C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD226C

Black with #DD226C

Text Example


Text Example

White with #DD226C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD226C; }

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

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

background-color css

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

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

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

border-color css

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

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

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