Html Css Color HEX #D65FB4 Fuchsia

📋 copy color: '#D65FB4'

red 214 ◦ green 95 ◦ blue 180

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

Shades of Fuchsia #D65FB4

Tints of Fuchsia #D65FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.81%

R = 43.76%
G = 19.43%
B = 36.81%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D65FB4 (or 0xD65FB4) is known color: Fuchsia. HEX triplet: D6, 5F and B4. RGB value is (214,95,180). Sum of RGB (Red+Green+Blue) = 214+95+180=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FB4 is #29A04B. Grayscale: #8C8C8C. Windows color (decimal): -2728012 or 11821014. OLE color: 11821014.

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

Color convert

RGB 214 95 180 -
CMYK 0 0.56 0.16 0.16
HSL 317.14º 0.59% 0.61% -
HSV(B) 317.14º 0.56% 0.84% -
XYZ 40.06 25.78 46.04 -
YUV 140.27 150.42 180.59 -
System Red Green Blue C M Y K H S L
Decimal 214 95 180 0 0.56 0.16 0.16 317.14 0.59 0.61
Hex D6 5F B4 0 38 10 10 13D 3B 3D
Octal 326 137 264 0 70 20 20 475 73 75
Binary 11010110 1011111 10110100 0 111000 10000 10000 100111101 111011 111101

Color Harmonies of #D65FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FB4

Black with #D65FB4

Text Example


Text Example

White with #D65FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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