Html Css Color HEX #DD4190 Deep Cerise

📋 copy color: '#DD4190'

red 221 ◦ green 65 ◦ blue 144

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

Shades of Deep Cerise #DD4190

Tints of Deep Cerise #DD4190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.49%

R = 51.4%
G = 15.12%
B = 33.49%

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

#DD4190 (or 0xDD4190) is known color: Deep Cerise. HEX triplet: DD, 41 and 90. RGB value is (221,65,144). Sum of RGB (Red+Green+Blue) = 221+65+144=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4190 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4190 is #22BE6F. Grayscale: #787878. Windows color (decimal): -2276976 or 9454045. OLE color: 9454045.

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

Color convert

RGB 221 65 144 -
CMYK 0 0.71 0.35 0.13
HSL 329.62º 0.7% 0.56% -
HSV(B) 329.62º 0.71% 0.87% -
XYZ 36.74 21.17 28.53 -
YUV 120.65 141.18 199.58 -
System Red Green Blue C M Y K H S L
Decimal 221 65 144 0 0.71 0.35 0.13 329.62 0.7 0.56
Hex DD 41 90 0 47 23 D 14A 46 38
Octal 335 101 220 0 107 43 15 512 106 70
Binary 11011101 1000001 10010000 0 1000111 100011 1101 101001010 1000110 111000

Color Harmonies of #DD4190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4190

Black with #DD4190

Text Example


Text Example

White with #DD4190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4190; }

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

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

background-color css

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

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

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

border-color css

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

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

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