Html Css Color HEX #DD255A Cerise

📋 copy color: '#DD255A'

red 221 ◦ green 37 ◦ blue 90

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

Shades of Cerise #DD255A

Tints of Cerise #DD255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 63.51%
G = 10.63%
B = 25.86%

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

#DD255A (or 0xDD255A) is known color: Cerise. HEX triplet: DD, 25 and 5A. RGB value is (221,37,90). Sum of RGB (Red+Green+Blue) = 221+37+90=348 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.51% from 348); Green value is 37 (14.84% from 255 or 10.63% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 221 - color contains mainly: red. Hex color #DD255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD255A is #22DAA5. Grayscale: #626262. Windows color (decimal): -2284198 or 5907933. OLE color: 5907933.

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

Color convert

RGB 221 37 90 -
CMYK 0 0.83 0.59 0.13
HSL 342.72º 0.73% 0.51% -
HSV(B) 342.72º 0.83% 0.87% -
XYZ 32.33 17.43 11.33 -
YUV 98.06 123.46 215.69 -
System Red Green Blue C M Y K H S L
Decimal 221 37 90 0 0.83 0.59 0.13 342.72 0.73 0.51
Hex DD 25 5A 0 53 3B D 157 49 33
Octal 335 45 132 0 123 73 15 527 111 63
Binary 11011101 100101 1011010 0 1010011 111011 1101 101010111 1001001 110011

Color Harmonies of #DD255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD255A

Black with #DD255A

Text Example


Text Example

White with #DD255A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD255A; }

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

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

background-color css

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

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

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

border-color css

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

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

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