Html Css Color HEX #D064B3 Fuchsia

📋 copy color: '#D064B3'

red 208 ◦ green 100 ◦ blue 179

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

Shades of Fuchsia #D064B3

Tints of Fuchsia #D064B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.76%

R = 42.71%
G = 20.53%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D064B3 (or 0xD064B3) is known color: Fuchsia. HEX triplet: D0, 64 and B3. RGB value is (208,100,179). Sum of RGB (Red+Green+Blue) = 208+100+179=487 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.71% from 487); Green value is 100 (39.45% from 255 or 20.53% from 487); Blue value is 179 (70.31% from 255 or 36.76% from 487); Max value from RGB is 208 - color contains mainly: red. Hex color #D064B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064B3 is #2F9B4C. Grayscale: #8D8D8D. Windows color (decimal): -3119949 or 11756752. OLE color: 11756752.

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

Color convert

RGB 208 100 179 -
CMYK 0 0.52 0.14 0.18
HSL 316.11º 0.53% 0.6% -
HSV(B) 316.11º 0.52% 0.82% -
XYZ 38.71 25.78 45.58 -
YUV 141.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 208 100 179 0 0.52 0.14 0.18 316.11 0.53 0.6
Hex D0 64 B3 0 34 E 12 13C 35 3C
Octal 320 144 263 0 64 16 22 474 65 74
Binary 11010000 1100100 10110011 0 110100 1110 10010 100111100 110101 111100

Color Harmonies of #D064B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064B3

Black with #D064B3

Text Example


Text Example

White with #D064B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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