Html Css Color HEX #DD3680 Deep Cerise

📋 copy color: '#DD3680'

red 221 ◦ green 54 ◦ blue 128

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

Shades of Deep Cerise #DD3680

Tints of Deep Cerise #DD3680

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.4%

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 54.84%
G = 13.4%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#DD3680 (or 0xDD3680) is known color: Deep Cerise. HEX triplet: DD, 36 and 80. RGB value is (221,54,128). Sum of RGB (Red+Green+Blue) = 221+54+128=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 54 (21.48% from 255 or 13.40% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD3680 is #22C97F. Grayscale: #707070. Windows color (decimal): -2279808 or 8402653. OLE color: 8402653.

HSL color Cylindrical-coordinate representation of color #DD3680: hue angle of 333.41º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DD3680 is Cyan = 0, Magento = 0.76, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 54 128 -
CMYK 0 0.76 0.42 0.13
HSL 333.41º 0.71% 0.54% -
HSV(B) 333.41º 0.76% 0.87% -
XYZ 35.03 19.57 22.35 -
YUV 112.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 221 54 128 0 0.76 0.42 0.13 333.41 0.71 0.54
Hex DD 36 80 0 4C 2A D 14D 47 36
Octal 335 66 200 0 114 52 15 515 107 66
Binary 11011101 110110 10000000 0 1001100 101010 1101 101001101 1000111 110110

Color Harmonies of #DD3680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3680

Black with #DD3680

Text Example


Text Example

White with #DD3680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3680; }

 p { color: rgb(221,54,128); }

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

background-color css

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

 a { background-color: rgb(221,54,128); }

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

border-color css

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

 span { border-color: rgb(221,54,128); }

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