Html Css Color HEX #DD368C Deep Cerise

📋 copy color: '#DD368C'

red 221 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #DD368C

Tints of Deep Cerise #DD368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.01%

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

R = 53.25%
G = 13.01%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#DD368C (or 0xDD368C) is known color: Deep Cerise. HEX triplet: DD, 36 and 8C. RGB value is (221,54,140). Sum of RGB (Red+Green+Blue) = 221+54+140=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 54 (21.48% from 255 or 13.01% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD368C is #22C973. Grayscale: #717171. Windows color (decimal): -2279796 or 9189085. OLE color: 9189085.

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

Color convert

RGB 221 54 140 -
CMYK 0 0.76 0.37 0.13
HSL 329.1º 0.71% 0.54% -
HSV(B) 329.1º 0.76% 0.87% -
XYZ 35.87 19.9 26.76 -
YUV 113.74 142.83 204.51 -
System Red Green Blue C M Y K H S L
Decimal 221 54 140 0 0.76 0.37 0.13 329.1 0.71 0.54
Hex DD 36 8C 0 4C 25 D 149 47 36
Octal 335 66 214 0 114 45 15 511 107 66
Binary 11011101 110110 10001100 0 1001100 100101 1101 101001001 1000111 110110

Color Harmonies of #DD368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD368C

Black with #DD368C

Text Example


Text Example

White with #DD368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD368C; }

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

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

background-color css

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

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

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

border-color css

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

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

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