Html Css Color HEX #DD378D Deep Cerise

📋 copy color: '#DD378D'

red 221 ◦ green 55 ◦ blue 141

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

Shades of Deep Cerise #DD378D

Tints of Deep Cerise #DD378D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.81%

R = 53%
G = 13.19%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD378D (or 0xDD378D) is known color: Deep Cerise. HEX triplet: DD, 37 and 8D. RGB value is (221,55,141). Sum of RGB (Red+Green+Blue) = 221+55+141=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 141 (55.47% from 255 or 33.81% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DD378D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD378D is #22C872. Grayscale: #727272. Windows color (decimal): -2279539 or 9254877. OLE color: 9254877.

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

Color convert

RGB 221 55 141 -
CMYK 0 0.75 0.36 0.13
HSL 328.92º 0.71% 0.54% -
HSV(B) 328.92º 0.75% 0.87% -
XYZ 35.99 20.03 27.17 -
YUV 114.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 221 55 141 0 0.75 0.36 0.13 328.92 0.71 0.54
Hex DD 37 8D 0 4B 24 D 149 47 36
Octal 335 67 215 0 113 44 15 511 107 66
Binary 11011101 110111 10001101 0 1001011 100100 1101 101001001 1000111 110110

Color Harmonies of #DD378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD378D

Black with #DD378D

Text Example


Text Example

White with #DD378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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