Html Css Color HEX #D64FB3 Fuchsia

📋 copy color: '#D64FB3'

red 214 ◦ green 79 ◦ blue 179

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

Shades of Fuchsia #D64FB3

Tints of Fuchsia #D64FB3

RGB

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

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

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

R = 45.34%
G = 16.74%
B = 37.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D64FB3 (or 0xD64FB3) is known color: Fuchsia. HEX triplet: D6, 4F and B3. RGB value is (214,79,179). Sum of RGB (Red+Green+Blue) = 214+79+179=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 79 (31.25% from 255 or 16.74% from 472); Blue value is 179 (70.31% from 255 or 37.92% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D64FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D64FB3 is #29B04C. Grayscale: #828282. Windows color (decimal): -2732109 or 11751382. OLE color: 11751382.

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

Color convert

RGB 214 79 179 -
CMYK 0 0.63 0.16 0.16
HSL 315.56º 0.62% 0.57% -
HSV(B) 315.56º 0.63% 0.84% -
XYZ 38.66 23.14 45.08 -
YUV 130.77 155.23 187.37 -
System Red Green Blue C M Y K H S L
Decimal 214 79 179 0 0.63 0.16 0.16 315.56 0.62 0.57
Hex D6 4F B3 0 3F 10 10 13C 3E 39
Octal 326 117 263 0 77 20 20 474 76 71
Binary 11010110 1001111 10110011 0 111111 10000 10000 100111100 111110 111001

Color Harmonies of #D64FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64FB3

Black with #D64FB3

Text Example


Text Example

White with #D64FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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