Html Css Color HEX #DD4187 Deep Cerise

📋 copy color: '#DD4187'

red 221 ◦ green 65 ◦ blue 135

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

Shades of Deep Cerise #DD4187

Tints of Deep Cerise #DD4187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 52.49%
G = 15.44%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.13

RGB Variations

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

Color information

#DD4187 (or 0xDD4187) is known color: Deep Cerise. HEX triplet: DD, 41 and 87. RGB value is (221,65,135). Sum of RGB (Red+Green+Blue) = 221+65+135=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 65 (25.78% from 255 or 15.44% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4187 is #22BE78. Grayscale: #777777. Windows color (decimal): -2276985 or 8864221. OLE color: 8864221.

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

Color convert

RGB 221 65 135 -
CMYK 0 0.71 0.39 0.13
HSL 333.08º 0.7% 0.56% -
HSV(B) 333.08º 0.71% 0.87% -
XYZ 36.08 20.9 25.05 -
YUV 119.62 136.68 200.31 -
System Red Green Blue C M Y K H S L
Decimal 221 65 135 0 0.71 0.39 0.13 333.08 0.7 0.56
Hex DD 41 87 0 47 27 D 14D 46 38
Octal 335 101 207 0 107 47 15 515 106 70
Binary 11011101 1000001 10000111 0 1000111 100111 1101 101001101 1000110 111000

Color Harmonies of #DD4187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4187

Black with #DD4187

Text Example


Text Example

White with #DD4187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4187; }

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

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

background-color css

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

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

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

border-color css

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

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

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