Html Css Color HEX #D65FB3 Fuchsia

📋 copy color: '#D65FB3'

red 214 ◦ green 95 ◦ blue 179

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

Shades of Fuchsia #D65FB3

Tints of Fuchsia #D65FB3

RGB

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

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

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

R = 43.85%
G = 19.47%
B = 36.68%

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

#D65FB3 (or 0xD65FB3) is known color: Fuchsia. HEX triplet: D6, 5F and B3. RGB value is (214,95,179). Sum of RGB (Red+Green+Blue) = 214+95+179=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 179 (70.31% from 255 or 36.68% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D65FB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65FB3 is #29A04C. Grayscale: #8B8B8B. Windows color (decimal): -2728013 or 11755478. OLE color: 11755478.

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

Color convert

RGB 214 95 179 -
CMYK 0 0.56 0.16 0.16
HSL 317.65º 0.59% 0.61% -
HSV(B) 317.65º 0.56% 0.84% -
XYZ 39.96 25.74 45.51 -
YUV 140.16 149.92 180.67 -
System Red Green Blue C M Y K H S L
Decimal 214 95 179 0 0.56 0.16 0.16 317.65 0.59 0.61
Hex D6 5F B3 0 38 10 10 13E 3B 3D
Octal 326 137 263 0 70 20 20 476 73 75
Binary 11010110 1011111 10110011 0 111000 10000 10000 100111110 111011 111101

Color Harmonies of #D65FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65FB3

Black with #D65FB3

Text Example


Text Example

White with #D65FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65FB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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