Html Css Color HEX #DD318D Deep Cerise

📋 copy color: '#DD318D'

red 221 ◦ green 49 ◦ blue 141

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

Shades of Deep Cerise #DD318D

Tints of Deep Cerise #DD318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.92%

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

R = 53.77%
G = 11.92%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD318D (or 0xDD318D) is known color: Deep Cerise. HEX triplet: DD, 31 and 8D. RGB value is (221,49,141). Sum of RGB (Red+Green+Blue) = 221+49+141=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 49 (19.53% from 255 or 11.92% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DD318D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD318D is #22CE72. Grayscale: #6E6E6E. Windows color (decimal): -2281075 or 9253341. OLE color: 9253341.

HSL color Cylindrical-coordinate representation of color #DD318D: hue angle of 327.91º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DD318D is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 49 141 -
CMYK 0 0.78 0.36 0.13
HSL 327.91º 0.72% 0.53% -
HSV(B) 327.91º 0.78% 0.87% -
XYZ 35.72 19.49 27.08 -
YUV 110.92 144.98 206.52 -
System Red Green Blue C M Y K H S L
Decimal 221 49 141 0 0.78 0.36 0.13 327.91 0.72 0.53
Hex DD 31 8D 0 4E 24 D 148 48 35
Octal 335 61 215 0 116 44 15 510 110 65
Binary 11011101 110001 10001101 0 1001110 100100 1101 101001000 1001000 110101

Color Harmonies of #DD318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD318D

Black with #DD318D

Text Example


Text Example

White with #DD318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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