Html Css Color HEX #D064C3 Fuchsia

📋 copy color: '#D064C3'

red 208 ◦ green 100 ◦ blue 195

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

Shades of Fuchsia #D064C3

Tints of Fuchsia #D064C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.77%

R = 41.35%
G = 19.88%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D064C3 (or 0xD064C3) is known color: Fuchsia. HEX triplet: D0, 64 and C3. RGB value is (208,100,195). Sum of RGB (Red+Green+Blue) = 208+100+195=503 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.35% from 503); Green value is 100 (39.45% from 255 or 19.88% from 503); Blue value is 195 (76.56% from 255 or 38.77% from 503); Max value from RGB is 208 - color contains mainly: red. Hex color #D064C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D064C3 is #2F9B3C. Grayscale: #8E8E8E. Windows color (decimal): -3119933 or 12805328. OLE color: 12805328.

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

Color convert

RGB 208 100 195 -
CMYK 0 0.52 0.06 0.18
HSL 307.22º 0.53% 0.6% -
HSV(B) 307.22º 0.52% 0.82% -
XYZ 40.42 26.46 54.61 -
YUV 143.12 157.28 174.28 -
System Red Green Blue C M Y K H S L
Decimal 208 100 195 0 0.52 0.06 0.18 307.22 0.53 0.6
Hex D0 64 C3 0 34 6 12 133 35 3C
Octal 320 144 303 0 64 6 22 463 65 74
Binary 11010000 1100100 11000011 0 110100 110 10010 100110011 110101 111100

Color Harmonies of #D064C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D064C3

Black with #D064C3

Text Example


Text Example

White with #D064C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D064C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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