Html Css Color HEX #DD398C Deep Cerise

📋 copy color: '#DD398C'

red 221 ◦ green 57 ◦ blue 140

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

Shades of Deep Cerise #DD398C

Tints of Deep Cerise #DD398C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.64%

 BLUE value IS 140 (55.08% from 255) = 33.49%

R = 52.87%
G = 13.64%
B = 33.49%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD398C (or 0xDD398C) is known color: Deep Cerise. HEX triplet: DD, 39 and 8C. RGB value is (221,57,140). Sum of RGB (Red+Green+Blue) = 221+57+140=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 57 (22.66% from 255 or 13.64% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD398C is #22C673. Grayscale: #737373. Windows color (decimal): -2279028 or 9189853. OLE color: 9189853.

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

Color convert

RGB 221 57 140 -
CMYK 0 0.74 0.37 0.13
HSL 329.63º 0.71% 0.55% -
HSV(B) 329.63º 0.74% 0.87% -
XYZ 36.02 20.19 26.81 -
YUV 115.5 141.83 203.25 -
System Red Green Blue C M Y K H S L
Decimal 221 57 140 0 0.74 0.37 0.13 329.63 0.71 0.55
Hex DD 39 8C 0 4A 25 D 14A 47 37
Octal 335 71 214 0 112 45 15 512 107 67
Binary 11011101 111001 10001100 0 1001010 100101 1101 101001010 1000111 110111

Color Harmonies of #DD398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD398C

Black with #DD398C

Text Example


Text Example

White with #DD398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD398C; }

 p { color: rgb(221,57,140); }

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

background-color css

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

 a { background-color: rgb(221,57,140); }

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

border-color css

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

 span { border-color: rgb(221,57,140); }

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