Html Css Color HEX #D1398E Deep Cerise

📋 copy color: '#D1398E'

red 209 ◦ green 57 ◦ blue 142

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

Shades of Deep Cerise #D1398E

Tints of Deep Cerise #D1398E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.8%

R = 51.23%
G = 13.97%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1398E (or 0xD1398E) is known color: Deep Cerise. HEX triplet: D1, 39 and 8E. RGB value is (209,57,142). Sum of RGB (Red+Green+Blue) = 209+57+142=408 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.23% from 408); Green value is 57 (22.66% from 255 or 13.97% from 408); Blue value is 142 (55.86% from 255 or 34.80% from 408); Max value from RGB is 209 - color contains mainly: red. Hex color #D1398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1398E is #2EC671. Grayscale: #6F6F6F. Windows color (decimal): -3065458 or 9320913. OLE color: 9320913.

HSL color Cylindrical-coordinate representation of color #D1398E: hue angle of 326.45º 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 #D1398E is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 57 142 -
CMYK 0 0.73 0.32 0.18
HSL 326.45º 0.62% 0.52% -
HSV(B) 326.45º 0.73% 0.82% -
XYZ 32.64 18.43 27.43 -
YUV 112.14 144.86 197.09 -
System Red Green Blue C M Y K H S L
Decimal 209 57 142 0 0.73 0.32 0.18 326.45 0.62 0.52
Hex D1 39 8E 0 49 20 12 146 3E 34
Octal 321 71 216 0 111 40 22 506 76 64
Binary 11010001 111001 10001110 0 1001001 100000 10010 101000110 111110 110100

Color Harmonies of #D1398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1398E

Black with #D1398E

Text Example


Text Example

White with #D1398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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