Html Css Color HEX #D64FB5 Fuchsia

📋 copy color: '#D64FB5'

red 214 ◦ green 79 ◦ blue 181

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

Shades of Fuchsia #D64FB5

Tints of Fuchsia #D64FB5

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.67%

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

R = 45.15%
G = 16.67%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.15

 K value IS 0.16

RGB Variations

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

Color information

#D64FB5 (or 0xD64FB5) is known color: Fuchsia. HEX triplet: D6, 4F and B5. RGB value is (214,79,181). Sum of RGB (Red+Green+Blue) = 214+79+181=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 79 (31.25% from 255 or 16.67% from 474); Blue value is 181 (71.09% from 255 or 38.19% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FB5 is #29B04A. Grayscale: #828282. Windows color (decimal): -2732107 or 11882454. OLE color: 11882454.

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

Color convert

RGB 214 79 181 -
CMYK 0 0.63 0.15 0.16
HSL 314.67º 0.62% 0.57% -
HSV(B) 314.67º 0.63% 0.84% -
XYZ 38.87 23.22 46.15 -
YUV 130.99 156.23 187.21 -
System Red Green Blue C M Y K H S L
Decimal 214 79 181 0 0.63 0.15 0.16 314.67 0.62 0.57
Hex D6 4F B5 0 3F F 10 13B 3E 39
Octal 326 117 265 0 77 17 20 473 76 71
Binary 11010110 1001111 10110101 0 111111 1111 10000 100111011 111110 111001

Color Harmonies of #D64FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FB5

Black with #D64FB5

Text Example


Text Example

White with #D64FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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