Html Css Color HEX #D9368C Deep Cerise

📋 copy color: '#D9368C'

red 217 ◦ green 54 ◦ blue 140

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

Shades of Deep Cerise #D9368C

Tints of Deep Cerise #D9368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.14%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 52.8%
G = 13.14%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D9368C (or 0xD9368C) is known color: Deep Cerise. HEX triplet: D9, 36 and 8C. RGB value is (217,54,140). Sum of RGB (Red+Green+Blue) = 217+54+140=411 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.80% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 217 - color contains mainly: red. Hex color #D9368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9368C is #26C973. Grayscale: #707070. Windows color (decimal): -2541940 or 9189081. OLE color: 9189081.

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

Color convert

RGB 217 54 140 -
CMYK 0 0.75 0.35 0.15
HSL 328.34º 0.68% 0.53% -
HSV(B) 328.34º 0.75% 0.85% -
XYZ 34.67 19.28 26.71 -
YUV 112.54 143.5 202.51 -
System Red Green Blue C M Y K H S L
Decimal 217 54 140 0 0.75 0.35 0.15 328.34 0.68 0.53
Hex D9 36 8C 0 4B 23 F 148 44 35
Octal 331 66 214 0 113 43 17 510 104 65
Binary 11011001 110110 10001100 0 1001011 100011 1111 101001000 1000100 110101

Color Harmonies of #D9368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9368C

Black with #D9368C

Text Example


Text Example

White with #D9368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9368C; }

 p { color: rgb(217,54,140); }

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

background-color css

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

 a { background-color: rgb(217,54,140); }

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

border-color css

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

 span { border-color: rgb(217,54,140); }

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