Html Css Color HEX #D9368F Deep Cerise

📋 copy color: '#D9368F'

red 217 ◦ green 54 ◦ blue 143

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

Shades of Deep Cerise #D9368F

Tints of Deep Cerise #D9368F

RGB

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

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

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

R = 52.42%
G = 13.04%
B = 34.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D9368F (or 0xD9368F) is known color: Deep Cerise. HEX triplet: D9, 36 and 8F. RGB value is (217,54,143). Sum of RGB (Red+Green+Blue) = 217+54+143=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 54 (21.48% from 255 or 13.04% from 414); Blue value is 143 (56.25% from 255 or 34.54% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9368F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D9368F is #26C970. Grayscale: #707070. Windows color (decimal): -2541937 or 9385689. OLE color: 9385689.

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

Color convert

RGB 217 54 143 -
CMYK 0 0.75 0.34 0.15
HSL 327.24º 0.68% 0.53% -
HSV(B) 327.24º 0.75% 0.85% -
XYZ 34.89 19.37 27.89 -
YUV 112.88 145 202.26 -
System Red Green Blue C M Y K H S L
Decimal 217 54 143 0 0.75 0.34 0.15 327.24 0.68 0.53
Hex D9 36 8F 0 4B 22 F 147 44 35
Octal 331 66 217 0 113 42 17 507 104 65
Binary 11011001 110110 10001111 0 1001011 100010 1111 101000111 1000100 110101

Color Harmonies of #D9368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9368F

Black with #D9368F

Text Example


Text Example

White with #D9368F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9368F; }

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

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

background-color css

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

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

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

border-color css

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

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

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