Html Css Color HEX #DD225B Cerise

📋 copy color: '#DD225B'

red 221 ◦ green 34 ◦ blue 91

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

Shades of Cerise #DD225B

Tints of Cerise #DD225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.3%

R = 63.87%
G = 9.83%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD225B (or 0xDD225B) is known color: Cerise. HEX triplet: DD, 22 and 5B. RGB value is (221,34,91). Sum of RGB (Red+Green+Blue) = 221+34+91=346 (45% of max value = 765). Red value is 221 (86.72% from 255 or 63.87% from 346); Green value is 34 (13.67% from 255 or 9.83% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 221 - color contains mainly: red. Hex color #DD225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD225B is #22DDA4. Grayscale: #606060. Windows color (decimal): -2284965 or 5972701. OLE color: 5972701.

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

Color convert

RGB 221 34 91 -
CMYK 0 0.85 0.59 0.13
HSL 341.71º 0.73% 0.5% -
HSV(B) 341.71º 0.85% 0.87% -
XYZ 32.28 17.27 11.53 -
YUV 96.41 124.95 216.87 -
System Red Green Blue C M Y K H S L
Decimal 221 34 91 0 0.85 0.59 0.13 341.71 0.73 0.5
Hex DD 22 5B 0 55 3B D 156 49 32
Octal 335 42 133 0 125 73 15 526 111 62
Binary 11011101 100010 1011011 0 1010101 111011 1101 101010110 1001001 110010

Color Harmonies of #DD225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD225B

Black with #DD225B

Text Example


Text Example

White with #DD225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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