Html Css Color HEX #DD3C7A Deep Cerise

📋 copy color: '#DD3C7A'

red 221 ◦ green 60 ◦ blue 122

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

Shades of Deep Cerise #DD3C7A

Tints of Deep Cerise #DD3C7A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.89%

 BLUE value IS 122 (48.05% from 255) = 30.27%

R = 54.84%
G = 14.89%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD3C7A (or 0xDD3C7A) is known color: Deep Cerise. HEX triplet: DD, 3C and 7A. RGB value is (221,60,122). Sum of RGB (Red+Green+Blue) = 221+60+122=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3C7A is #22C385. Grayscale: #737373. Windows color (decimal): -2278278 or 8010973. OLE color: 8010973.

HSL color Cylindrical-coordinate representation of color #DD3C7A: hue angle of 336.89º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DD3C7A is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 60 122 -
CMYK 0 0.73 0.45 0.13
HSL 336.89º 0.7% 0.55% -
HSV(B) 336.89º 0.73% 0.87% -
XYZ 34.95 20.01 20.43 -
YUV 115.21 131.84 203.46 -
System Red Green Blue C M Y K H S L
Decimal 221 60 122 0 0.73 0.45 0.13 336.89 0.7 0.55
Hex DD 3C 7A 0 49 2D D 151 46 37
Octal 335 74 172 0 111 55 15 521 106 67
Binary 11011101 111100 1111010 0 1001001 101101 1101 101010001 1000110 110111

Color Harmonies of #DD3C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C7A

Black with #DD3C7A

Text Example


Text Example

White with #DD3C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C7A; }

 p { color: rgb(221,60,122); }

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

background-color css

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

 a { background-color: rgb(221,60,122); }

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

border-color css

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

 span { border-color: rgb(221,60,122); }

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