Html Css Color HEX #D64ABC Fuchsia

📋 copy color: '#D64ABC'

red 214 ◦ green 74 ◦ blue 188

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

Shades of Fuchsia #D64ABC

Tints of Fuchsia #D64ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.5%

R = 44.96%
G = 15.55%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D64ABC (or 0xD64ABC) is known color: Fuchsia. HEX triplet: D6, 4A and BC. RGB value is (214,74,188). Sum of RGB (Red+Green+Blue) = 214+74+188=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D64ABC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D64ABC is #29B543. Grayscale: #808080. Windows color (decimal): -2733380 or 12339926. OLE color: 12339926.

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

Color convert

RGB 214 74 188 -
CMYK 0 0.65 0.12 0.16
HSL 311.14º 0.63% 0.56% -
HSV(B) 311.14º 0.65% 0.84% -
XYZ 39.26 22.82 49.91 -
YUV 128.86 161.38 188.73 -
System Red Green Blue C M Y K H S L
Decimal 214 74 188 0 0.65 0.12 0.16 311.14 0.63 0.56
Hex D6 4A BC 0 41 C 10 137 3F 38
Octal 326 112 274 0 101 14 20 467 77 70
Binary 11010110 1001010 10111100 0 1000001 1100 10000 100110111 111111 111000

Color Harmonies of #D64ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64ABC

Black with #D64ABC

Text Example


Text Example

White with #D64ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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