Html Css Color HEX #D64AB3 Fuchsia

📋 copy color: '#D64AB3'

red 214 ◦ green 74 ◦ blue 179

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

Shades of Fuchsia #D64AB3

Tints of Fuchsia #D64AB3

RGB

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

 GREEN value IS 74 (29.3% from 255) = 15.85%

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

R = 45.82%
G = 15.85%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D64AB3 (or 0xD64AB3) is known color: Fuchsia. HEX triplet: D6, 4A and B3. RGB value is (214,74,179). Sum of RGB (Red+Green+Blue) = 214+74+179=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 74 (29.30% from 255 or 15.85% from 467); Blue value is 179 (70.31% from 255 or 38.33% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D64AB3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64AB3 is #29B54C. Grayscale: #7F7F7F. Windows color (decimal): -2733389 or 11750102. OLE color: 11750102.

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

Color convert

RGB 214 74 179 -
CMYK 0 0.65 0.16 0.16
HSL 315º 0.63% 0.56% -
HSV(B) 315º 0.65% 0.84% -
XYZ 38.32 22.45 44.96 -
YUV 127.83 156.88 189.46 -
System Red Green Blue C M Y K H S L
Decimal 214 74 179 0 0.65 0.16 0.16 315 0.63 0.56
Hex D6 4A B3 0 41 10 10 13B 3F 38
Octal 326 112 263 0 101 20 20 473 77 70
Binary 11010110 1001010 10110011 0 1000001 10000 10000 100111011 111111 111000

Color Harmonies of #D64AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64AB3

Black with #D64AB3

Text Example


Text Example

White with #D64AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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