Html Css Color HEX #D65EBA Fuchsia

📋 copy color: '#D65EBA'

red 214 ◦ green 94 ◦ blue 186

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

Shades of Fuchsia #D65EBA

Tints of Fuchsia #D65EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.65%

R = 43.32%
G = 19.03%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D65EBA (or 0xD65EBA) is known color: Fuchsia. HEX triplet: D6, 5E and BA. RGB value is (214,94,186). Sum of RGB (Red+Green+Blue) = 214+94+186=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65EBA is #29A145. Grayscale: #8C8C8C. Windows color (decimal): -2728262 or 12213974. OLE color: 12213974.

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

Color convert

RGB 214 94 186 -
CMYK 0 0.56 0.13 0.16
HSL 314º 0.59% 0.6% -
HSV(B) 314º 0.56% 0.84% -
XYZ 40.6 25.85 49.3 -
YUV 140.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 214 94 186 0 0.56 0.13 0.16 314 0.59 0.6
Hex D6 5E BA 0 38 D 10 13A 3B 3C
Octal 326 136 272 0 70 15 20 472 73 74
Binary 11010110 1011110 10111010 0 111000 1101 10000 100111010 111011 111100

Color Harmonies of #D65EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EBA

Black with #D65EBA

Text Example


Text Example

White with #D65EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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