Html Css Color HEX #D9368E Deep Cerise

📋 copy color: '#D9368E'

red 217 ◦ green 54 ◦ blue 142

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

Shades of Deep Cerise #D9368E

Tints of Deep Cerise #D9368E

RGB

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

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

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

R = 52.54%
G = 13.08%
B = 34.38%

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

#D9368E (or 0xD9368E) is known color: Deep Cerise. HEX triplet: D9, 36 and 8E. RGB value is (217,54,142). Sum of RGB (Red+Green+Blue) = 217+54+142=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 54 (21.48% from 255 or 13.08% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9368E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9368E is #26C971. Grayscale: #707070. Windows color (decimal): -2541938 or 9320153. OLE color: 9320153.

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

Color convert

RGB 217 54 142 -
CMYK 0 0.75 0.35 0.15
HSL 327.61º 0.68% 0.53% -
HSV(B) 327.61º 0.75% 0.85% -
XYZ 34.82 19.34 27.49 -
YUV 112.77 144.5 202.34 -
System Red Green Blue C M Y K H S L
Decimal 217 54 142 0 0.75 0.35 0.15 327.61 0.68 0.53
Hex D9 36 8E 0 4B 23 F 148 44 35
Octal 331 66 216 0 113 43 17 510 104 65
Binary 11011001 110110 10001110 0 1001011 100011 1111 101001000 1000100 110101

Color Harmonies of #D9368E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9368E

Black with #D9368E

Text Example


Text Example

White with #D9368E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9368E; }

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

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

background-color css

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

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

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

border-color css

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

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

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