Html Css Color HEX #DD245F Cerise

📋 copy color: '#DD245F'

red 221 ◦ green 36 ◦ blue 95

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

Shades of Cerise #DD245F

Tints of Cerise #DD245F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 26.99%

R = 62.78%
G = 10.23%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD245F (or 0xDD245F) is known color: Cerise. HEX triplet: DD, 24 and 5F. RGB value is (221,36,95). Sum of RGB (Red+Green+Blue) = 221+36+95=352 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.78% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 95 (37.5% from 255 or 26.99% from 352); Max value from RGB is 221 - color contains mainly: red. Hex color #DD245F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD245F is #22DBA0. Grayscale: #616161. Windows color (decimal): -2284449 or 6235357. OLE color: 6235357.

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

Color convert

RGB 221 36 95 -
CMYK 0 0.84 0.57 0.13
HSL 340.86º 0.73% 0.5% -
HSV(B) 340.86º 0.84% 0.87% -
XYZ 32.52 17.46 12.48 -
YUV 98.04 126.29 215.7 -
System Red Green Blue C M Y K H S L
Decimal 221 36 95 0 0.84 0.57 0.13 340.86 0.73 0.5
Hex DD 24 5F 0 54 39 D 155 49 32
Octal 335 44 137 0 124 71 15 525 111 62
Binary 11011101 100100 1011111 0 1010100 111001 1101 101010101 1001001 110010

Color Harmonies of #DD245F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD245F

Black with #DD245F

Text Example


Text Example

White with #DD245F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD245F; }

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

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

background-color css

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

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

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

border-color css

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

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

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