Html Css Color HEX #DD245D Cerise

📋 copy color: '#DD245D'

red 221 ◦ green 36 ◦ blue 93

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

Shades of Cerise #DD245D

Tints of Cerise #DD245D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 63.14%
G = 10.29%
B = 26.57%

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

#DD245D (or 0xDD245D) is known color: Cerise. HEX triplet: DD, 24 and 5D. RGB value is (221,36,93). Sum of RGB (Red+Green+Blue) = 221+36+93=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 36 (14.45% from 255 or 10.29% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD245D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD245D is #22DBA2. Grayscale: #616161. Windows color (decimal): -2284451 or 6104285. OLE color: 6104285.

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

Color convert

RGB 221 36 93 -
CMYK 0 0.84 0.58 0.13
HSL 341.51º 0.73% 0.5% -
HSV(B) 341.51º 0.84% 0.87% -
XYZ 32.43 17.42 12.01 -
YUV 97.81 125.29 215.87 -
System Red Green Blue C M Y K H S L
Decimal 221 36 93 0 0.84 0.58 0.13 341.51 0.73 0.5
Hex DD 24 5D 0 54 3A D 156 49 32
Octal 335 44 135 0 124 72 15 526 111 62
Binary 11011101 100100 1011101 0 1010100 111010 1101 101010110 1001001 110010

Color Harmonies of #DD245D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD245D

Black with #DD245D

Text Example


Text Example

White with #DD245D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD245D; }

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

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

background-color css

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

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

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

border-color css

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

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

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