Html Css Color HEX #DD245C Cerise

📋 copy color: '#DD245C'

red 221 ◦ green 36 ◦ blue 92

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

Shades of Cerise #DD245C

Tints of Cerise #DD245C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.32%

 BLUE value IS 92 (36.33% from 255) = 26.36%

R = 63.32%
G = 10.32%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD245C (or 0xDD245C) is known color: Cerise. HEX triplet: DD, 24 and 5C. RGB value is (221,36,92). Sum of RGB (Red+Green+Blue) = 221+36+92=349 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.32% from 349); Green value is 36 (14.45% from 255 or 10.32% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 221 - color contains mainly: red. Hex color #DD245C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD245C is #22DBA3. Grayscale: #616161. Windows color (decimal): -2284452 or 6038749. OLE color: 6038749.

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

Color convert

RGB 221 36 92 -
CMYK 0 0.84 0.58 0.13
HSL 341.84º 0.73% 0.5% -
HSV(B) 341.84º 0.84% 0.87% -
XYZ 32.38 17.41 11.78 -
YUV 97.7 124.79 215.95 -
System Red Green Blue C M Y K H S L
Decimal 221 36 92 0 0.84 0.58 0.13 341.84 0.73 0.5
Hex DD 24 5C 0 54 3A D 156 49 32
Octal 335 44 134 0 124 72 15 526 111 62
Binary 11011101 100100 1011100 0 1010100 111010 1101 101010110 1001001 110010

Color Harmonies of #DD245C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD245C

Black with #DD245C

Text Example


Text Example

White with #DD245C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD245C; }

 p { color: rgb(221,36,92); }

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

background-color css

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

 a { background-color: rgb(221,36,92); }

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

border-color css

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

 span { border-color: rgb(221,36,92); }

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