Html Css Color HEX #D6396E Cerise

📋 copy color: '#D6396E'

red 214 ◦ green 57 ◦ blue 110

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

Shades of Cerise #D6396E

Tints of Cerise #D6396E

RGB

 RED value IS 214 (83.98% from 255) = 56.17%

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

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 56.17%
G = 14.96%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6396E (or 0xD6396E) is known color: Cerise. HEX triplet: D6, 39 and 6E. RGB value is (214,57,110). Sum of RGB (Red+Green+Blue) = 214+57+110=381 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.17% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 214 - color contains mainly: red. Hex color #D6396E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6396E is #29C691. Grayscale: #6D6D6D. Windows color (decimal): -2737810 or 7223766. OLE color: 7223766.

HSL color Cylindrical-coordinate representation of color #D6396E: hue angle of 339.75º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D6396E is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 57 110 -
CMYK 0 0.73 0.49 0.16
HSL 339.75º 0.66% 0.53% -
HSV(B) 339.75º 0.73% 0.84% -
XYZ 32.01 18.35 16.61 -
YUV 109.99 128.01 202.19 -
System Red Green Blue C M Y K H S L
Decimal 214 57 110 0 0.73 0.49 0.16 339.75 0.66 0.53
Hex D6 39 6E 0 49 31 10 154 42 35
Octal 326 71 156 0 111 61 20 524 102 65
Binary 11010110 111001 1101110 0 1001001 110001 10000 101010100 1000010 110101

Color Harmonies of #D6396E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6396E

Black with #D6396E

Text Example


Text Example

White with #D6396E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6396E; }

 p { color: rgb(214,57,110); }

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

background-color css

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

 a { background-color: rgb(214,57,110); }

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

border-color css

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

 span { border-color: rgb(214,57,110); }

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