Html Css Color HEX #D9398F Deep Cerise

📋 copy color: '#D9398F'

red 217 ◦ green 57 ◦ blue 143

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

Shades of Deep Cerise #D9398F

Tints of Deep Cerise #D9398F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.29%

R = 52.04%
G = 13.67%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9398F (or 0xD9398F) is known color: Deep Cerise. HEX triplet: D9, 39 and 8F. RGB value is (217,57,143). Sum of RGB (Red+Green+Blue) = 217+57+143=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D9398F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9398F is #26C670. Grayscale: #727272. Windows color (decimal): -2541169 or 9386457. OLE color: 9386457.

HSL color Cylindrical-coordinate representation of color #D9398F: hue angle of 327.75º 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 #D9398F is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 57 143 -
CMYK 0 0.74 0.34 0.15
HSL 327.75º 0.68% 0.54% -
HSV(B) 327.75º 0.74% 0.85% -
XYZ 35.04 19.66 27.93 -
YUV 114.64 144.01 201.01 -
System Red Green Blue C M Y K H S L
Decimal 217 57 143 0 0.74 0.34 0.15 327.75 0.68 0.54
Hex D9 39 8F 0 4A 22 F 148 44 36
Octal 331 71 217 0 112 42 17 510 104 66
Binary 11011001 111001 10001111 0 1001010 100010 1111 101001000 1000100 110110

Color Harmonies of #D9398F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9398F

Black with #D9398F

Text Example


Text Example

White with #D9398F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9398F; }

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

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

background-color css

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

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

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

border-color css

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

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

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