Html Css Color HEX #D65FC0 Fuchsia

📋 copy color: '#D65FC0'

red 214 ◦ green 95 ◦ blue 192

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

Shades of Fuchsia #D65FC0

Tints of Fuchsia #D65FC0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.96%

 BLUE value IS 192 (75.39% from 255) = 38.32%

R = 42.71%
G = 18.96%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D65FC0 (or 0xD65FC0) is known color: Fuchsia. HEX triplet: D6, 5F and C0. RGB value is (214,95,192). Sum of RGB (Red+Green+Blue) = 214+95+192=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 192 (75.39% from 255 or 38.32% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FC0 is #29A03F. Grayscale: #8D8D8D. Windows color (decimal): -2728000 or 12607446. OLE color: 12607446.

HSL color Cylindrical-coordinate representation of color #D65FC0: hue angle of 311.09º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65FC0 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 192 -
CMYK 0 0.56 0.10 0.16
HSL 311.09º 0.59% 0.61% -
HSV(B) 311.09º 0.56% 0.84% -
XYZ 41.34 26.29 52.76 -
YUV 141.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 214 95 192 0 0.56 0.10 0.16 311.09 0.59 0.61
Hex D6 5F C0 0 38 A 10 137 3B 3D
Octal 326 137 300 0 70 12 20 467 73 75
Binary 11010110 1011111 11000000 0 111000 1010 10000 100110111 111011 111101

Color Harmonies of #D65FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FC0

Black with #D65FC0

Text Example


Text Example

White with #D65FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FC0; }

 p { color: rgb(214,95,192); }

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

background-color css

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

 a { background-color: rgb(214,95,192); }

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

border-color css

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

 span { border-color: rgb(214,95,192); }

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