Html Css Color HEX #D9396A Cerise

📋 copy color: '#D9396A'

red 217 ◦ green 57 ◦ blue 106

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

Shades of Cerise #D9396A

Tints of Cerise #D9396A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 27.89%

R = 57.11%
G = 15%
B = 27.89%

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

#D9396A (or 0xD9396A) is known color: Cerise. HEX triplet: D9, 39 and 6A. RGB value is (217,57,106). Sum of RGB (Red+Green+Blue) = 217+57+106=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9396A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9396A is #26C695. Grayscale: #6E6E6E. Windows color (decimal): -2541206 or 6961625. OLE color: 6961625.

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

Color convert

RGB 217 57 106 -
CMYK 0 0.74 0.51 0.15
HSL 341.63º 0.68% 0.54% -
HSV(B) 341.63º 0.74% 0.85% -
XYZ 32.68 18.72 15.53 -
YUV 110.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 217 57 106 0 0.74 0.51 0.15 341.63 0.68 0.54
Hex D9 39 6A 0 4A 33 F 156 44 36
Octal 331 71 152 0 112 63 17 526 104 66
Binary 11011001 111001 1101010 0 1001010 110011 1111 101010110 1000100 110110

Color Harmonies of #D9396A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9396A

Black with #D9396A

Text Example


Text Example

White with #D9396A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9396A; }

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

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

background-color css

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

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

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

border-color css

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

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

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