Html Css Color HEX #D9396B Cerise

📋 copy color: '#D9396B'

red 217 ◦ green 57 ◦ blue 107

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

Shades of Cerise #D9396B

Tints of Cerise #D9396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.96%

 BLUE value IS 107 (42.19% from 255) = 28.08%

R = 56.96%
G = 14.96%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D9396B (or 0xD9396B) is known color: Cerise. HEX triplet: D9, 39 and 6B. RGB value is (217,57,107). Sum of RGB (Red+Green+Blue) = 217+57+107=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9396B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9396B is #26C694. Grayscale: #6E6E6E. Windows color (decimal): -2541205 or 7027161. OLE color: 7027161.

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

Color convert

RGB 217 57 107 -
CMYK 0 0.74 0.51 0.15
HSL 341.25º 0.68% 0.54% -
HSV(B) 341.25º 0.74% 0.85% -
XYZ 32.73 18.74 15.8 -
YUV 110.54 126.01 203.93 -
System Red Green Blue C M Y K H S L
Decimal 217 57 107 0 0.74 0.51 0.15 341.25 0.68 0.54
Hex D9 39 6B 0 4A 33 F 155 44 36
Octal 331 71 153 0 112 63 17 525 104 66
Binary 11011001 111001 1101011 0 1001010 110011 1111 101010101 1000100 110110

Color Harmonies of #D9396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9396B

Black with #D9396B

Text Example


Text Example

White with #D9396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9396B; }

 p { color: rgb(217,57,107); }

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

background-color css

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

 a { background-color: rgb(217,57,107); }

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

border-color css

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

 span { border-color: rgb(217,57,107); }

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