Html Css Color HEX #D9367C Deep Cerise

📋 copy color: '#D9367C'

red 217 ◦ green 54 ◦ blue 124

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

Shades of Deep Cerise #D9367C

Tints of Deep Cerise #D9367C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.39%

R = 54.94%
G = 13.67%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9367C (or 0xD9367C) is known color: Deep Cerise. HEX triplet: D9, 36 and 7C. RGB value is (217,54,124). Sum of RGB (Red+Green+Blue) = 217+54+124=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D9367C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9367C is #26C983. Grayscale: #6E6E6E. Windows color (decimal): -2541956 or 8140505. OLE color: 8140505.

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

Color convert

RGB 217 54 124 -
CMYK 0 0.75 0.43 0.15
HSL 334.23º 0.68% 0.53% -
HSV(B) 334.23º 0.75% 0.85% -
XYZ 33.57 18.85 20.94 -
YUV 110.72 135.5 203.81 -
System Red Green Blue C M Y K H S L
Decimal 217 54 124 0 0.75 0.43 0.15 334.23 0.68 0.53
Hex D9 36 7C 0 4B 2B F 14E 44 35
Octal 331 66 174 0 113 53 17 516 104 65
Binary 11011001 110110 1111100 0 1001011 101011 1111 101001110 1000100 110101

Color Harmonies of #D9367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9367C

Black with #D9367C

Text Example


Text Example

White with #D9367C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9367C; }

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

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

background-color css

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

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

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

border-color css

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

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

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