Html Css Color HEX #D064B9 Fuchsia

📋 copy color: '#D064B9'

red 208 ◦ green 100 ◦ blue 185

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

Shades of Fuchsia #D064B9

Tints of Fuchsia #D064B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.53%

R = 42.19%
G = 20.28%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D064B9 (or 0xD064B9) is known color: Fuchsia. HEX triplet: D0, 64 and B9. RGB value is (208,100,185). Sum of RGB (Red+Green+Blue) = 208+100+185=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 185 (72.66% from 255 or 37.53% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D064B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064B9 is #2F9B46. Grayscale: #8D8D8D. Windows color (decimal): -3119943 or 12149968. OLE color: 12149968.

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

Color convert

RGB 208 100 185 -
CMYK 0 0.52 0.11 0.18
HSL 312.78º 0.53% 0.6% -
HSV(B) 312.78º 0.52% 0.82% -
XYZ 39.33 26.03 48.85 -
YUV 141.98 152.28 175.09 -
System Red Green Blue C M Y K H S L
Decimal 208 100 185 0 0.52 0.11 0.18 312.78 0.53 0.6
Hex D0 64 B9 0 34 B 12 139 35 3C
Octal 320 144 271 0 64 13 22 471 65 74
Binary 11010000 1100100 10111001 0 110100 1011 10010 100111001 110101 111100

Color Harmonies of #D064B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064B9

Black with #D064B9

Text Example


Text Example

White with #D064B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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