Html Css Color HEX #D5398D Deep Cerise

📋 copy color: '#D5398D'

red 213 ◦ green 57 ◦ blue 141

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

Shades of Deep Cerise #D5398D

Tints of Deep Cerise #D5398D

RGB

 RED value IS 213 (83.59% from 255) = 51.82%

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

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

R = 51.82%
G = 13.87%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5398D (or 0xD5398D) is known color: Deep Cerise. HEX triplet: D5, 39 and 8D. RGB value is (213,57,141). Sum of RGB (Red+Green+Blue) = 213+57+141=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D5398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5398D is #2AC672. Grayscale: #717171. Windows color (decimal): -2803315 or 9255381. OLE color: 9255381.

HSL color Cylindrical-coordinate representation of color #D5398D: hue angle of 327.69º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5398D is Cyan = 0, Magento = 0.73, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 57 141 -
CMYK 0 0.73 0.34 0.16
HSL 327.69º 0.65% 0.53% -
HSV(B) 327.69º 0.73% 0.84% -
XYZ 33.71 19 27.09 -
YUV 113.22 143.68 199.17 -
System Red Green Blue C M Y K H S L
Decimal 213 57 141 0 0.73 0.34 0.16 327.69 0.65 0.53
Hex D5 39 8D 0 49 22 10 148 41 35
Octal 325 71 215 0 111 42 20 510 101 65
Binary 11010101 111001 10001101 0 1001001 100010 10000 101001000 1000001 110101

Color Harmonies of #D5398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5398D

Black with #D5398D

Text Example


Text Example

White with #D5398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5398D; }

 p { color: rgb(213,57,141); }

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

background-color css

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

 a { background-color: rgb(213,57,141); }

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

border-color css

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

 span { border-color: rgb(213,57,141); }

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