Html Css Color HEX #DD418F Deep Cerise

📋 copy color: '#DD418F'

red 221 ◦ green 65 ◦ blue 143

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

Shades of Deep Cerise #DD418F

Tints of Deep Cerise #DD418F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.33%

R = 51.52%
G = 15.15%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD418F (or 0xDD418F) is known color: Deep Cerise. HEX triplet: DD, 41 and 8F. RGB value is (221,65,143). Sum of RGB (Red+Green+Blue) = 221+65+143=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 65 (25.78% from 255 or 15.15% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD418F is #22BE70. Grayscale: #787878. Windows color (decimal): -2276977 or 9388509. OLE color: 9388509.

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

Color convert

RGB 221 65 143 -
CMYK 0 0.71 0.35 0.13
HSL 330º 0.7% 0.56% -
HSV(B) 330º 0.71% 0.87% -
XYZ 36.67 21.14 28.13 -
YUV 120.54 140.68 199.66 -
System Red Green Blue C M Y K H S L
Decimal 221 65 143 0 0.71 0.35 0.13 330 0.7 0.56
Hex DD 41 8F 0 47 23 D 14A 46 38
Octal 335 101 217 0 107 43 15 512 106 70
Binary 11011101 1000001 10001111 0 1000111 100011 1101 101001010 1000110 111000

Color Harmonies of #DD418F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD418F

Black with #DD418F

Text Example


Text Example

White with #DD418F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD418F; }

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

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

background-color css

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

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

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

border-color css

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

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

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