Html Css Color HEX #DD4693 Deep Cerise

📋 copy color: '#DD4693'

red 221 ◦ green 70 ◦ blue 147

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

Shades of Deep Cerise #DD4693

Tints of Deep Cerise #DD4693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.56%

R = 50.46%
G = 15.98%
B = 33.56%

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

#DD4693 (or 0xDD4693) is known color: Deep Cerise. HEX triplet: DD, 46 and 93. RGB value is (221,70,147). Sum of RGB (Red+Green+Blue) = 221+70+147=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 147 (57.81% from 255 or 33.56% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4693 is #22B96C. Grayscale: #7B7B7B. Windows color (decimal): -2275693 or 9651933. OLE color: 9651933.

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

Color convert

RGB 221 70 147 -
CMYK 0 0.68 0.33 0.13
HSL 329.4º 0.69% 0.57% -
HSV(B) 329.4º 0.68% 0.87% -
XYZ 37.28 21.86 29.86 -
YUV 123.93 141.03 197.24 -
System Red Green Blue C M Y K H S L
Decimal 221 70 147 0 0.68 0.33 0.13 329.4 0.69 0.57
Hex DD 46 93 0 44 21 D 149 45 39
Octal 335 106 223 0 104 41 15 511 105 71
Binary 11011101 1000110 10010011 0 1000100 100001 1101 101001001 1000101 111001

Color Harmonies of #DD4693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4693

Black with #DD4693

Text Example


Text Example

White with #DD4693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4693; }

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

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

background-color css

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

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

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

border-color css

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

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

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