Html Css Color HEX #D64EBA Fuchsia

📋 copy color: '#D64EBA'

red 214 ◦ green 78 ◦ blue 186

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

Shades of Fuchsia #D64EBA

Tints of Fuchsia #D64EBA

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.32%

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

R = 44.77%
G = 16.32%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D64EBA (or 0xD64EBA) is known color: Fuchsia. HEX triplet: D6, 4E and BA. RGB value is (214,78,186). Sum of RGB (Red+Green+Blue) = 214+78+186=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 78 (30.86% from 255 or 16.32% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EBA is #29B145. Grayscale: #828282. Windows color (decimal): -2732358 or 12209878. OLE color: 12209878.

HSL color Cylindrical-coordinate representation of color #D64EBA: hue angle of 312.35º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64EBA is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 78 186 -
CMYK 0 0.64 0.13 0.16
HSL 312.35º 0.62% 0.57% -
HSV(B) 312.35º 0.64% 0.84% -
XYZ 39.32 23.29 48.88 -
YUV 130.98 159.06 187.22 -
System Red Green Blue C M Y K H S L
Decimal 214 78 186 0 0.64 0.13 0.16 312.35 0.62 0.57
Hex D6 4E BA 0 40 D 10 138 3E 39
Octal 326 116 272 0 100 15 20 470 76 71
Binary 11010110 1001110 10111010 0 1000000 1101 10000 100111000 111110 111001

Color Harmonies of #D64EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EBA

Black with #D64EBA

Text Example


Text Example

White with #D64EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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