Html Css Color HEX #DD255B Cerise

📋 copy color: '#DD255B'

red 221 ◦ green 37 ◦ blue 91

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

Shades of Cerise #DD255B

Tints of Cerise #DD255B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.6%

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

R = 63.32%
G = 10.6%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD255B (or 0xDD255B) is known color: Cerise. HEX triplet: DD, 25 and 5B. RGB value is (221,37,91). Sum of RGB (Red+Green+Blue) = 221+37+91=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD255B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD255B is #22DAA4. Grayscale: #626262. Windows color (decimal): -2284197 or 5973469. OLE color: 5973469.

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

Color convert

RGB 221 37 91 -
CMYK 0 0.83 0.59 0.13
HSL 342.39º 0.73% 0.51% -
HSV(B) 342.39º 0.83% 0.87% -
XYZ 32.37 17.45 11.56 -
YUV 98.17 123.96 215.61 -
System Red Green Blue C M Y K H S L
Decimal 221 37 91 0 0.83 0.59 0.13 342.39 0.73 0.51
Hex DD 25 5B 0 53 3B D 156 49 33
Octal 335 45 133 0 123 73 15 526 111 63
Binary 11011101 100101 1011011 0 1010011 111011 1101 101010110 1001001 110011

Color Harmonies of #DD255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD255B

Black with #DD255B

Text Example


Text Example

White with #DD255B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD255B; }

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

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

background-color css

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

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

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

border-color css

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

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

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