Html Css Color HEX #D64EB5 Fuchsia

📋 copy color: '#D64EB5'

red 214 ◦ green 78 ◦ blue 181

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

Shades of Fuchsia #D64EB5

Tints of Fuchsia #D64EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.27%

R = 45.24%
G = 16.49%
B = 38.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D64EB5 (or 0xD64EB5) is known color: Fuchsia. HEX triplet: D6, 4E and B5. RGB value is (214,78,181). Sum of RGB (Red+Green+Blue) = 214+78+181=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 181 (71.09% from 255 or 38.27% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EB5 is #29B14A. Grayscale: #828282. Windows color (decimal): -2732363 or 11882198. OLE color: 11882198.

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

Color convert

RGB 214 78 181 -
CMYK 0 0.64 0.15 0.16
HSL 314.56º 0.62% 0.57% -
HSV(B) 314.56º 0.64% 0.84% -
XYZ 38.8 23.08 46.13 -
YUV 130.41 156.56 187.62 -
System Red Green Blue C M Y K H S L
Decimal 214 78 181 0 0.64 0.15 0.16 314.56 0.62 0.57
Hex D6 4E B5 0 40 F 10 13B 3E 39
Octal 326 116 265 0 100 17 20 473 76 71
Binary 11010110 1001110 10110101 0 1000000 1111 10000 100111011 111110 111001

Color Harmonies of #D64EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EB5

Black with #D64EB5

Text Example


Text Example

White with #D64EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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