Html Css Color HEX #D65FBA Fuchsia

📋 copy color: '#D65FBA'

red 214 ◦ green 95 ◦ blue 186

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

Shades of Fuchsia #D65FBA

Tints of Fuchsia #D65FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.58%

R = 43.23%
G = 19.19%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D65FBA (or 0xD65FBA) is known color: Fuchsia. HEX triplet: D6, 5F and BA. RGB value is (214,95,186). Sum of RGB (Red+Green+Blue) = 214+95+186=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FBA is #29A045. Grayscale: #8C8C8C. Windows color (decimal): -2728006 or 12214230. OLE color: 12214230.

HSL color Cylindrical-coordinate representation of color #D65FBA: hue angle of 314.12º 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 #D65FBA is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 95 186 -
CMYK 0 0.56 0.13 0.16
HSL 314.12º 0.59% 0.61% -
HSV(B) 314.12º 0.56% 0.84% -
XYZ 40.69 26.03 49.33 -
YUV 140.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 214 95 186 0 0.56 0.13 0.16 314.12 0.59 0.61
Hex D6 5F BA 0 38 D 10 13A 3B 3D
Octal 326 137 272 0 70 15 20 472 73 75
Binary 11010110 1011111 10111010 0 111000 1101 10000 100111010 111011 111101

Color Harmonies of #D65FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FBA

Black with #D65FBA

Text Example


Text Example

White with #D65FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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