Html Css Color HEX #D9367B Deep Cerise

📋 copy color: '#D9367B'

red 217 ◦ green 54 ◦ blue 123

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

Shades of Deep Cerise #D9367B

Tints of Deep Cerise #D9367B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.22%

R = 55.08%
G = 13.71%
B = 31.22%

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

#D9367B (or 0xD9367B) is known color: Deep Cerise. HEX triplet: D9, 36 and 7B. RGB value is (217,54,123). Sum of RGB (Red+Green+Blue) = 217+54+123=394 (52% of max value = 765). Red value is 217 (85.16% from 255 or 55.08% from 394); Green value is 54 (21.48% from 255 or 13.71% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 217 - color contains mainly: red. Hex color #D9367B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9367B is #26C984. Grayscale: #6E6E6E. Windows color (decimal): -2541957 or 8074969. OLE color: 8074969.

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

Color convert

RGB 217 54 123 -
CMYK 0 0.75 0.43 0.15
HSL 334.6º 0.68% 0.53% -
HSV(B) 334.6º 0.75% 0.85% -
XYZ 33.51 18.82 20.61 -
YUV 110.6 135 203.89 -
System Red Green Blue C M Y K H S L
Decimal 217 54 123 0 0.75 0.43 0.15 334.6 0.68 0.53
Hex D9 36 7B 0 4B 2B F 14F 44 35
Octal 331 66 173 0 113 53 17 517 104 65
Binary 11011001 110110 1111011 0 1001011 101011 1111 101001111 1000100 110101

Color Harmonies of #D9367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9367B

Black with #D9367B

Text Example


Text Example

White with #D9367B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9367B; }

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

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

background-color css

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

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

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

border-color css

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

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

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