Html Css Color HEX #D64EB3 Fuchsia

📋 copy color: '#D64EB3'

red 214 ◦ green 78 ◦ blue 179

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

Shades of Fuchsia #D64EB3

Tints of Fuchsia #D64EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38%

R = 45.44%
G = 16.56%
B = 38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D64EB3 (or 0xD64EB3) is known color: Fuchsia. HEX triplet: D6, 4E and B3. RGB value is (214,78,179). Sum of RGB (Red+Green+Blue) = 214+78+179=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 78 (30.86% from 255 or 16.56% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D64EB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64EB3 is #29B14C. Grayscale: #818181. Windows color (decimal): -2732365 or 11751126. OLE color: 11751126.

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

Color convert

RGB 214 78 179 -
CMYK 0 0.64 0.16 0.16
HSL 315.44º 0.62% 0.57% -
HSV(B) 315.44º 0.64% 0.84% -
XYZ 38.59 23 45.05 -
YUV 130.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 214 78 179 0 0.64 0.16 0.16 315.44 0.62 0.57
Hex D6 4E B3 0 40 10 10 13B 3E 39
Octal 326 116 263 0 100 20 20 473 76 71
Binary 11010110 1001110 10110011 0 1000000 10000 10000 100111011 111110 111001

Color Harmonies of #D64EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64EB3

Black with #D64EB3

Text Example


Text Example

White with #D64EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64EB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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