Html Css Color HEX #DD369D Deep Cerise

📋 copy color: '#DD369D'

red 221 ◦ green 54 ◦ blue 157

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

Shades of Deep Cerise #DD369D

Tints of Deep Cerise #DD369D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.34%

R = 51.16%
G = 12.5%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD369D (or 0xDD369D) is known color: Deep Cerise. HEX triplet: DD, 36 and 9D. RGB value is (221,54,157). Sum of RGB (Red+Green+Blue) = 221+54+157=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 54 (21.48% from 255 or 12.5% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DD369D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD369D is #22C962. Grayscale: #737373. Windows color (decimal): -2279779 or 10303197. OLE color: 10303197.

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

Color convert

RGB 221 54 157 -
CMYK 0 0.76 0.29 0.13
HSL 322.99º 0.71% 0.54% -
HSV(B) 322.99º 0.76% 0.87% -
XYZ 37.22 20.44 33.88 -
YUV 115.68 151.33 203.12 -
System Red Green Blue C M Y K H S L
Decimal 221 54 157 0 0.76 0.29 0.13 322.99 0.71 0.54
Hex DD 36 9D 0 4C 1D D 143 47 36
Octal 335 66 235 0 114 35 15 503 107 66
Binary 11011101 110110 10011101 0 1001100 11101 1101 101000011 1000111 110110

Color Harmonies of #DD369D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD369D

Black with #DD369D

Text Example


Text Example

White with #DD369D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD369D; }

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

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

background-color css

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

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

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

border-color css

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

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

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