Html Css Color HEX #D9398E Deep Cerise

📋 copy color: '#D9398E'

red 217 ◦ green 57 ◦ blue 142

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

Shades of Deep Cerise #D9398E

Tints of Deep Cerise #D9398E

RGB

 RED value IS 217 (85.16% from 255) = 52.16%

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

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

R = 52.16%
G = 13.7%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9398E (or 0xD9398E) is known color: Deep Cerise. HEX triplet: D9, 39 and 8E. RGB value is (217,57,142). Sum of RGB (Red+Green+Blue) = 217+57+142=416 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.16% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 142 (55.86% from 255 or 34.13% from 416); Max value from RGB is 217 - color contains mainly: red. Hex color #D9398E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9398E is #26C671. Grayscale: #727272. Windows color (decimal): -2541170 or 9320921. OLE color: 9320921.

HSL color Cylindrical-coordinate representation of color #D9398E: hue angle of 328.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9398E is Cyan = 0, Magento = 0.74, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 57 142 -
CMYK 0 0.74 0.35 0.15
HSL 328.13º 0.68% 0.54% -
HSV(B) 328.13º 0.74% 0.85% -
XYZ 34.96 19.63 27.54 -
YUV 114.53 143.51 201.09 -
System Red Green Blue C M Y K H S L
Decimal 217 57 142 0 0.74 0.35 0.15 328.13 0.68 0.54
Hex D9 39 8E 0 4A 23 F 148 44 36
Octal 331 71 216 0 112 43 17 510 104 66
Binary 11011001 111001 10001110 0 1001010 100011 1111 101001000 1000100 110110

Color Harmonies of #D9398E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9398E

Black with #D9398E

Text Example


Text Example

White with #D9398E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9398E; }

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

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

background-color css

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

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

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

border-color css

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

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

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