Html Css Color HEX #D64ABA Fuchsia

📋 copy color: '#D64ABA'

red 214 ◦ green 74 ◦ blue 186

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

Shades of Fuchsia #D64ABA

Tints of Fuchsia #D64ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.24%

R = 45.15%
G = 15.61%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D64ABA (or 0xD64ABA) is known color: Fuchsia. HEX triplet: D6, 4A and BA. RGB value is (214,74,186). Sum of RGB (Red+Green+Blue) = 214+74+186=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 74 (29.30% from 255 or 15.61% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ABA is #29B545. Grayscale: #808080. Windows color (decimal): -2733382 or 12208854. OLE color: 12208854.

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

Color convert

RGB 214 74 186 -
CMYK 0 0.65 0.13 0.16
HSL 312º 0.63% 0.56% -
HSV(B) 312º 0.65% 0.84% -
XYZ 39.04 22.74 48.79 -
YUV 128.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 214 74 186 0 0.65 0.13 0.16 312 0.63 0.56
Hex D6 4A BA 0 41 D 10 138 3F 38
Octal 326 112 272 0 101 15 20 470 77 70
Binary 11010110 1001010 10111010 0 1000001 1101 10000 100111000 111111 111000

Color Harmonies of #D64ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64ABA

Black with #D64ABA

Text Example


Text Example

White with #D64ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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