Html Css Color HEX #DD4694 Deep Cerise

📋 copy color: '#DD4694'

red 221 ◦ green 70 ◦ blue 148

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

Shades of Deep Cerise #DD4694

Tints of Deep Cerise #DD4694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 33.71%

R = 50.34%
G = 15.95%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4694 (or 0xDD4694) is known color: Deep Cerise. HEX triplet: DD, 46 and 94. RGB value is (221,70,148). Sum of RGB (Red+Green+Blue) = 221+70+148=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4694 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4694 is #22B96B. Grayscale: #7B7B7B. Windows color (decimal): -2275692 or 9717469. OLE color: 9717469.

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

Color convert

RGB 221 70 148 -
CMYK 0 0.68 0.33 0.13
HSL 329.01º 0.69% 0.57% -
HSV(B) 329.01º 0.68% 0.87% -
XYZ 37.35 21.89 30.27 -
YUV 124.04 141.53 197.16 -
System Red Green Blue C M Y K H S L
Decimal 221 70 148 0 0.68 0.33 0.13 329.01 0.69 0.57
Hex DD 46 94 0 44 21 D 149 45 39
Octal 335 106 224 0 104 41 15 511 105 71
Binary 11011101 1000110 10010100 0 1000100 100001 1101 101001001 1000101 111001

Color Harmonies of #DD4694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4694

Black with #DD4694

Text Example


Text Example

White with #DD4694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4694; }

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

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

background-color css

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

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

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

border-color css

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

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

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