Html Css Color HEX #D064BC Fuchsia

📋 copy color: '#D064BC'

red 208 ◦ green 100 ◦ blue 188

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

Shades of Fuchsia #D064BC

Tints of Fuchsia #D064BC

RGB

 RED value IS 208 (81.64% from 255) = 41.94%

 GREEN value IS 100 (39.45% from 255) = 20.16%

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

R = 41.94%
G = 20.16%
B = 37.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D064BC (or 0xD064BC) is known color: Fuchsia. HEX triplet: D0, 64 and BC. RGB value is (208,100,188). Sum of RGB (Red+Green+Blue) = 208+100+188=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 100 (39.45% from 255 or 20.16% from 496); Blue value is 188 (73.83% from 255 or 37.90% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D064BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064BC is #2F9B43. Grayscale: #8E8E8E. Windows color (decimal): -3119940 or 12346576. OLE color: 12346576.

HSL color Cylindrical-coordinate representation of color #D064BC: hue angle of 311.11º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D064BC is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 100 188 -
CMYK 0 0.52 0.10 0.18
HSL 311.11º 0.53% 0.6% -
HSV(B) 311.11º 0.52% 0.82% -
XYZ 39.65 26.16 50.54 -
YUV 142.32 153.78 174.84 -
System Red Green Blue C M Y K H S L
Decimal 208 100 188 0 0.52 0.10 0.18 311.11 0.53 0.6
Hex D0 64 BC 0 34 A 12 137 35 3C
Octal 320 144 274 0 64 12 22 467 65 74
Binary 11010000 1100100 10111100 0 110100 1010 10010 100110111 110101 111100

Color Harmonies of #D064BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064BC

Black with #D064BC

Text Example


Text Example

White with #D064BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064BC; }

 p { color: rgb(208,100,188); }

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

background-color css

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

 a { background-color: rgb(208,100,188); }

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

border-color css

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

 span { border-color: rgb(208,100,188); }

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