Html Css Color HEX #DD4158 Cerise

📋 copy color: '#DD4158'

red 221 ◦ green 65 ◦ blue 88

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

Shades of Cerise #DD4158

Tints of Cerise #DD4158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.53%

R = 59.09%
G = 17.38%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD4158 (or 0xDD4158) is known color: Cerise. HEX triplet: DD, 41 and 58. RGB value is (221,65,88). Sum of RGB (Red+Green+Blue) = 221+65+88=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4158 is #22BEA7. Grayscale: #727272. Windows color (decimal): -2277032 or 5784029. OLE color: 5784029.

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

Color convert

RGB 221 65 88 -
CMYK 0 0.71 0.60 0.13
HSL 351.15º 0.7% 0.56% -
HSV(B) 351.15º 0.71% 0.87% -
XYZ 33.47 19.86 11.3 -
YUV 114.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 221 65 88 0 0.71 0.60 0.13 351.15 0.7 0.56
Hex DD 41 58 0 47 3C D 15F 46 38
Octal 335 101 130 0 107 74 15 537 106 70
Binary 11011101 1000001 1011000 0 1000111 111100 1101 101011111 1000110 111000

Color Harmonies of #DD4158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4158

Black with #DD4158

Text Example


Text Example

White with #DD4158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4158; }

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

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

background-color css

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

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

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

border-color css

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

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

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