Html Css Color HEX #D6386C Cerise

📋 copy color: '#D6386C'

red 214 ◦ green 56 ◦ blue 108

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

Shades of Cerise #D6386C

Tints of Cerise #D6386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.81%

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 56.61%
G = 14.81%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6386C (or 0xD6386C) is known color: Cerise. HEX triplet: D6, 38 and 6C. RGB value is (214,56,108). Sum of RGB (Red+Green+Blue) = 214+56+108=378 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.61% from 378); Green value is 56 (22.27% from 255 or 14.81% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 214 - color contains mainly: red. Hex color #D6386C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6386C is #29C793. Grayscale: #6D6D6D. Windows color (decimal): -2738068 or 7092438. OLE color: 7092438.

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

Color convert

RGB 214 56 108 -
CMYK 0 0.74 0.50 0.16
HSL 340.25º 0.66% 0.53% -
HSV(B) 340.25º 0.74% 0.84% -
XYZ 31.85 18.21 16.02 -
YUV 109.17 127.35 202.77 -
System Red Green Blue C M Y K H S L
Decimal 214 56 108 0 0.74 0.50 0.16 340.25 0.66 0.53
Hex D6 38 6C 0 4A 32 10 154 42 35
Octal 326 70 154 0 112 62 20 524 102 65
Binary 11010110 111000 1101100 0 1001010 110010 10000 101010100 1000010 110101

Color Harmonies of #D6386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6386C

Black with #D6386C

Text Example


Text Example

White with #D6386C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6386C; }

 p { color: rgb(214,56,108); }

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

background-color css

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

 a { background-color: rgb(214,56,108); }

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

border-color css

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

 span { border-color: rgb(214,56,108); }

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