Html Css Color HEX #DD418D Deep Cerise

📋 copy color: '#DD418D'

red 221 ◦ green 65 ◦ blue 141

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

Shades of Deep Cerise #DD418D

Tints of Deep Cerise #DD418D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 51.76%
G = 15.22%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD418D (or 0xDD418D) is known color: Deep Cerise. HEX triplet: DD, 41 and 8D. RGB value is (221,65,141). Sum of RGB (Red+Green+Blue) = 221+65+141=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD418D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD418D is #22BE72. Grayscale: #787878. Windows color (decimal): -2276979 or 9257437. OLE color: 9257437.

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

Color convert

RGB 221 65 141 -
CMYK 0 0.71 0.36 0.13
HSL 330.77º 0.7% 0.56% -
HSV(B) 330.77º 0.71% 0.87% -
XYZ 36.52 21.08 27.34 -
YUV 120.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 221 65 141 0 0.71 0.36 0.13 330.77 0.7 0.56
Hex DD 41 8D 0 47 24 D 14B 46 38
Octal 335 101 215 0 107 44 15 513 106 70
Binary 11011101 1000001 10001101 0 1000111 100100 1101 101001011 1000110 111000

Color Harmonies of #DD418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD418D

Black with #DD418D

Text Example


Text Example

White with #DD418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD418D; }

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

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

background-color css

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

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

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

border-color css

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

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

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