Html Css Color HEX #DD4160 Cerise

📋 copy color: '#DD4160'

red 221 ◦ green 65 ◦ blue 96

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

Shades of Cerise #DD4160

Tints of Cerise #DD4160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.02%

 BLUE value IS 96 (37.89% from 255) = 25.13%

R = 57.85%
G = 17.02%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD4160 (or 0xDD4160) is known color: Cerise. HEX triplet: DD, 41 and 60. RGB value is (221,65,96). Sum of RGB (Red+Green+Blue) = 221+65+96=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4160 is #22BE9F. Grayscale: #737373. Windows color (decimal): -2277024 or 6308317. OLE color: 6308317.

HSL color Cylindrical-coordinate representation of color #DD4160: hue angle of 348.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD4160 is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 65 96 -
CMYK 0 0.71 0.57 0.13
HSL 348.08º 0.7% 0.56% -
HSV(B) 348.08º 0.71% 0.87% -
XYZ 33.82 20 13.14 -
YUV 115.18 117.18 203.48 -
System Red Green Blue C M Y K H S L
Decimal 221 65 96 0 0.71 0.57 0.13 348.08 0.7 0.56
Hex DD 41 60 0 47 39 D 15C 46 38
Octal 335 101 140 0 107 71 15 534 106 70
Binary 11011101 1000001 1100000 0 1000111 111001 1101 101011100 1000110 111000

Color Harmonies of #DD4160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4160

Black with #DD4160

Text Example


Text Example

White with #DD4160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4160; }

 p { color: rgb(221,65,96); }

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

background-color css

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

 a { background-color: rgb(221,65,96); }

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

border-color css

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

 span { border-color: rgb(221,65,96); }

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