Html Css Color HEX #D6386E Cerise

📋 copy color: '#D6386E'

red 214 ◦ green 56 ◦ blue 110

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

Shades of Cerise #D6386E

Tints of Cerise #D6386E

RGB

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

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

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

R = 56.32%
G = 14.74%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D6386E (or 0xD6386E) is known color: Cerise. HEX triplet: D6, 38 and 6E. RGB value is (214,56,110). Sum of RGB (Red+Green+Blue) = 214+56+110=380 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.32% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 214 - color contains mainly: red. Hex color #D6386E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6386E is #29C791. Grayscale: #6D6D6D. Windows color (decimal): -2738066 or 7223510. OLE color: 7223510.

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

Color convert

RGB 214 56 110 -
CMYK 0 0.74 0.49 0.16
HSL 339.49º 0.66% 0.53% -
HSV(B) 339.49º 0.74% 0.84% -
XYZ 31.96 18.25 16.59 -
YUV 109.4 128.35 202.61 -
System Red Green Blue C M Y K H S L
Decimal 214 56 110 0 0.74 0.49 0.16 339.49 0.66 0.53
Hex D6 38 6E 0 4A 31 10 153 42 35
Octal 326 70 156 0 112 61 20 523 102 65
Binary 11010110 111000 1101110 0 1001010 110001 10000 101010011 1000010 110101

Color Harmonies of #D6386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6386E

Black with #D6386E

Text Example


Text Example

White with #D6386E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6386E; }

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

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

background-color css

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

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

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

border-color css

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

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

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