Html Css Color HEX #DD4692 Deep Cerise

📋 copy color: '#DD4692'

red 221 ◦ green 70 ◦ blue 146

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

Shades of Deep Cerise #DD4692

Tints of Deep Cerise #DD4692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 33.41%

R = 50.57%
G = 16.02%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DD4692 (or 0xDD4692) is known color: Deep Cerise. HEX triplet: DD, 46 and 92. RGB value is (221,70,146). Sum of RGB (Red+Green+Blue) = 221+70+146=437 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.57% from 437); Green value is 70 (27.73% from 255 or 16.02% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4692 is #22B96D. Grayscale: #7B7B7B. Windows color (decimal): -2275694 or 9586397. OLE color: 9586397.

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

Color convert

RGB 221 70 146 -
CMYK 0 0.68 0.34 0.13
HSL 329.8º 0.69% 0.57% -
HSV(B) 329.8º 0.68% 0.87% -
XYZ 37.2 21.83 29.45 -
YUV 123.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 221 70 146 0 0.68 0.34 0.13 329.8 0.69 0.57
Hex DD 46 92 0 44 22 D 14A 45 39
Octal 335 106 222 0 104 42 15 512 105 71
Binary 11011101 1000110 10010010 0 1000100 100010 1101 101001010 1000101 111001

Color Harmonies of #DD4692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4692

Black with #DD4692

Text Example


Text Example

White with #DD4692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4692; }

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

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

background-color css

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

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

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

border-color css

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

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

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