Html Css Color HEX #DD358D Deep Cerise

📋 copy color: '#DD358D'

red 221 ◦ green 53 ◦ blue 141

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

Shades of Deep Cerise #DD358D

Tints of Deep Cerise #DD358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.77%

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

R = 53.25%
G = 12.77%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD358D (or 0xDD358D) is known color: Deep Cerise. HEX triplet: DD, 35 and 8D. RGB value is (221,53,141). Sum of RGB (Red+Green+Blue) = 221+53+141=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 141 (55.47% from 255 or 33.98% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD358D is #22CA72. Grayscale: #717171. Windows color (decimal): -2280051 or 9254365. OLE color: 9254365.

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

Color convert

RGB 221 53 141 -
CMYK 0 0.76 0.36 0.13
HSL 328.57º 0.71% 0.54% -
HSV(B) 328.57º 0.76% 0.87% -
XYZ 35.9 19.84 27.14 -
YUV 113.26 143.66 204.84 -
System Red Green Blue C M Y K H S L
Decimal 221 53 141 0 0.76 0.36 0.13 328.57 0.71 0.54
Hex DD 35 8D 0 4C 24 D 149 47 36
Octal 335 65 215 0 114 44 15 511 107 66
Binary 11011101 110101 10001101 0 1001100 100100 1101 101001001 1000111 110110

Color Harmonies of #DD358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD358D

Black with #DD358D

Text Example


Text Example

White with #DD358D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD358D; }

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

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

background-color css

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

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

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

border-color css

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

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

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