Html Css Color HEX #D9318B Deep Cerise

📋 copy color: '#D9318B'

red 217 ◦ green 49 ◦ blue 139

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

Shades of Deep Cerise #D9318B

Tints of Deep Cerise #D9318B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 12.1%

 BLUE value IS 139 (54.69% from 255) = 34.32%

R = 53.58%
G = 12.1%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9318B (or 0xD9318B) is known color: Deep Cerise. HEX triplet: D9, 31 and 8B. RGB value is (217,49,139). Sum of RGB (Red+Green+Blue) = 217+49+139=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 139 (54.69% from 255 or 34.32% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D9318B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9318B is #26CE74. Grayscale: #6D6D6D. Windows color (decimal): -2543221 or 9122265. OLE color: 9122265.

HSL color Cylindrical-coordinate representation of color #D9318B: hue angle of 327.86º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D9318B is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 139 -
CMYK 0 0.77 0.36 0.15
HSL 327.86º 0.69% 0.52% -
HSV(B) 327.86º 0.77% 0.85% -
XYZ 34.37 18.81 26.25 -
YUV 109.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 217 49 139 0 0.77 0.36 0.15 327.86 0.69 0.52
Hex D9 31 8B 0 4D 24 F 148 45 34
Octal 331 61 213 0 115 44 17 510 105 64
Binary 11011001 110001 10001011 0 1001101 100100 1111 101001000 1000101 110100

Color Harmonies of #D9318B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9318B

Black with #D9318B

Text Example


Text Example

White with #D9318B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9318B; }

 p { color: rgb(217,49,139); }

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

background-color css

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

 a { background-color: rgb(217,49,139); }

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

border-color css

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

 span { border-color: rgb(217,49,139); }

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