Html Css Color HEX #D65EBC Fuchsia

📋 copy color: '#D65EBC'

red 214 ◦ green 94 ◦ blue 188

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

Shades of Fuchsia #D65EBC

Tints of Fuchsia #D65EBC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 18.95%

 BLUE value IS 188 (73.83% from 255) = 37.9%

R = 43.15%
G = 18.95%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D65EBC (or 0xD65EBC) is known color: Fuchsia. HEX triplet: D6, 5E and BC. RGB value is (214,94,188). Sum of RGB (Red+Green+Blue) = 214+94+188=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 94 (37.11% from 255 or 18.95% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EBC is #29A143. Grayscale: #8C8C8C. Windows color (decimal): -2728260 or 12345046. OLE color: 12345046.

HSL color Cylindrical-coordinate representation of color #D65EBC: hue angle of 313º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65EBC is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 188 -
CMYK 0 0.56 0.12 0.16
HSL 313º 0.59% 0.6% -
HSV(B) 313º 0.56% 0.84% -
XYZ 40.81 25.93 50.43 -
YUV 140.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 214 94 188 0 0.56 0.12 0.16 313 0.59 0.6
Hex D6 5E BC 0 38 C 10 139 3B 3C
Octal 326 136 274 0 70 14 20 471 73 74
Binary 11010110 1011110 10111100 0 111000 1100 10000 100111001 111011 111100

Color Harmonies of #D65EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EBC

Black with #D65EBC

Text Example


Text Example

White with #D65EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EBC; }

 p { color: rgb(214,94,188); }

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

background-color css

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

 a { background-color: rgb(214,94,188); }

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

border-color css

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

 span { border-color: rgb(214,94,188); }

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