Html Css Color HEX #D1398D Deep Cerise

📋 copy color: '#D1398D'

red 209 ◦ green 57 ◦ blue 141

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

Shades of Deep Cerise #D1398D

Tints of Deep Cerise #D1398D

RGB

 RED value IS 209 (82.03% from 255) = 51.35%

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

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

R = 51.35%
G = 14%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1398D (or 0xD1398D) is known color: Deep Cerise. HEX triplet: D1, 39 and 8D. RGB value is (209,57,141). Sum of RGB (Red+Green+Blue) = 209+57+141=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 141 (55.47% from 255 or 34.64% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1398D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1398D is #2EC672. Grayscale: #6F6F6F. Windows color (decimal): -3065459 or 9255377. OLE color: 9255377.

HSL color Cylindrical-coordinate representation of color #D1398D: hue angle of 326.84º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1398D is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 141 -
CMYK 0 0.73 0.33 0.18
HSL 326.84º 0.62% 0.52% -
HSV(B) 326.84º 0.73% 0.82% -
XYZ 32.57 18.4 27.04 -
YUV 112.02 144.36 197.17 -
System Red Green Blue C M Y K H S L
Decimal 209 57 141 0 0.73 0.33 0.18 326.84 0.62 0.52
Hex D1 39 8D 0 49 21 12 147 3E 34
Octal 321 71 215 0 111 41 22 507 76 64
Binary 11010001 111001 10001101 0 1001001 100001 10010 101000111 111110 110100

Color Harmonies of #D1398D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1398D

Black with #D1398D

Text Example


Text Example

White with #D1398D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1398D; }

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

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

background-color css

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

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

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

border-color css

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

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

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