Html Css Color HEX #DD377D Deep Cerise

📋 copy color: '#DD377D'

red 221 ◦ green 55 ◦ blue 125

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

Shades of Deep Cerise #DD377D

Tints of Deep Cerise #DD377D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 13.72%

 BLUE value IS 125 (49.22% from 255) = 31.17%

R = 55.11%
G = 13.72%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD377D (or 0xDD377D) is known color: Deep Cerise. HEX triplet: DD, 37 and 7D. RGB value is (221,55,125). Sum of RGB (Red+Green+Blue) = 221+55+125=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DD377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD377D is #22C882. Grayscale: #707070. Windows color (decimal): -2279555 or 8206301. OLE color: 8206301.

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

Color convert

RGB 221 55 125 -
CMYK 0 0.75 0.43 0.13
HSL 334.7º 0.71% 0.54% -
HSV(B) 334.7º 0.75% 0.87% -
XYZ 34.89 19.59 21.34 -
YUV 112.61 135 205.31 -
System Red Green Blue C M Y K H S L
Decimal 221 55 125 0 0.75 0.43 0.13 334.7 0.71 0.54
Hex DD 37 7D 0 4B 2B D 14F 47 36
Octal 335 67 175 0 113 53 15 517 107 66
Binary 11011101 110111 1111101 0 1001011 101011 1101 101001111 1000111 110110

Color Harmonies of #DD377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD377D

Black with #DD377D

Text Example


Text Example

White with #DD377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD377D; }

 p { color: rgb(221,55,125); }

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

background-color css

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

 a { background-color: rgb(221,55,125); }

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

border-color css

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

 span { border-color: rgb(221,55,125); }

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