Html Css Color HEX #DD3D7C Deep Cerise

📋 copy color: '#DD3D7C'

red 221 ◦ green 61 ◦ blue 124

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

Shades of Deep Cerise #DD3D7C

Tints of Deep Cerise #DD3D7C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.02%

 BLUE value IS 124 (48.83% from 255) = 30.54%

R = 54.43%
G = 15.02%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD3D7C (or 0xDD3D7C) is known color: Deep Cerise. HEX triplet: DD, 3D and 7C. RGB value is (221,61,124). Sum of RGB (Red+Green+Blue) = 221+61+124=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 61 (24.22% from 255 or 15.02% from 406); Blue value is 124 (48.83% from 255 or 30.54% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD3D7C is #22C283. Grayscale: #737373. Windows color (decimal): -2278020 or 8142301. OLE color: 8142301.

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

Color convert

RGB 221 61 124 -
CMYK 0 0.72 0.44 0.13
HSL 336.38º 0.7% 0.55% -
HSV(B) 336.38º 0.72% 0.87% -
XYZ 35.13 20.16 21.11 -
YUV 116.02 132.51 202.88 -
System Red Green Blue C M Y K H S L
Decimal 221 61 124 0 0.72 0.44 0.13 336.38 0.7 0.55
Hex DD 3D 7C 0 48 2C D 150 46 37
Octal 335 75 174 0 110 54 15 520 106 67
Binary 11011101 111101 1111100 0 1001000 101100 1101 101010000 1000110 110111

Color Harmonies of #DD3D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D7C

Black with #DD3D7C

Text Example


Text Example

White with #DD3D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D7C; }

 p { color: rgb(221,61,124); }

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

background-color css

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

 a { background-color: rgb(221,61,124); }

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

border-color css

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

 span { border-color: rgb(221,61,124); }

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