Html Css Color HEX #DD4690 Deep Cerise

📋 copy color: '#DD4690'

red 221 ◦ green 70 ◦ blue 144

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

Shades of Deep Cerise #DD4690

Tints of Deep Cerise #DD4690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.09%

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

R = 50.8%
G = 16.09%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD4690 (or 0xDD4690) is known color: Deep Cerise. HEX triplet: DD, 46 and 90. RGB value is (221,70,144). Sum of RGB (Red+Green+Blue) = 221+70+144=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 70 (27.73% from 255 or 16.09% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4690 is #22B96F. Grayscale: #7B7B7B. Windows color (decimal): -2275696 or 9455325. OLE color: 9455325.

HSL color Cylindrical-coordinate representation of color #DD4690: hue angle of 330.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD4690 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 70 144 -
CMYK 0 0.68 0.35 0.13
HSL 330.6º 0.69% 0.57% -
HSV(B) 330.6º 0.68% 0.87% -
XYZ 37.04 21.77 28.63 -
YUV 123.59 139.53 197.48 -
System Red Green Blue C M Y K H S L
Decimal 221 70 144 0 0.68 0.35 0.13 330.6 0.69 0.57
Hex DD 46 90 0 44 23 D 14B 45 39
Octal 335 106 220 0 104 43 15 513 105 71
Binary 11011101 1000110 10010000 0 1000100 100011 1101 101001011 1000101 111001

Color Harmonies of #DD4690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4690

Black with #DD4690

Text Example


Text Example

White with #DD4690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4690; }

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

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

background-color css

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

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

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

border-color css

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

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

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