Html Css Color HEX #D64ABE Fuchsia

📋 copy color: '#D64ABE'

red 214 ◦ green 74 ◦ blue 190

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

Shades of Fuchsia #D64ABE

Tints of Fuchsia #D64ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 44.77%
G = 15.48%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D64ABE (or 0xD64ABE) is known color: Fuchsia. HEX triplet: D6, 4A and BE. RGB value is (214,74,190). Sum of RGB (Red+Green+Blue) = 214+74+190=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 74 (29.30% from 255 or 15.48% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ABE is #29B541. Grayscale: #808080. Windows color (decimal): -2733378 or 12470998. OLE color: 12470998.

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

Color convert

RGB 214 74 190 -
CMYK 0 0.65 0.11 0.16
HSL 310.29º 0.63% 0.56% -
HSV(B) 310.29º 0.65% 0.84% -
XYZ 39.47 22.91 51.06 -
YUV 129.08 162.38 188.57 -
System Red Green Blue C M Y K H S L
Decimal 214 74 190 0 0.65 0.11 0.16 310.29 0.63 0.56
Hex D6 4A BE 0 41 B 10 136 3F 38
Octal 326 112 276 0 101 13 20 466 77 70
Binary 11010110 1001010 10111110 0 1000001 1011 10000 100110110 111111 111000

Color Harmonies of #D64ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64ABE

Black with #D64ABE

Text Example


Text Example

White with #D64ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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