Html Css Color HEX #D65AB1 Fuchsia

📋 copy color: '#D65AB1'

red 214 ◦ green 90 ◦ blue 177

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

Shades of Fuchsia #D65AB1

Tints of Fuchsia #D65AB1

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.71%

 BLUE value IS 177 (69.53% from 255) = 36.8%

R = 44.49%
G = 18.71%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D65AB1 (or 0xD65AB1) is known color: Fuchsia. HEX triplet: D6, 5A and B1. RGB value is (214,90,177). Sum of RGB (Red+Green+Blue) = 214+90+177=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65AB1 is #29A54E. Grayscale: #888888. Windows color (decimal): -2729295 or 11623126. OLE color: 11623126.

HSL color Cylindrical-coordinate representation of color #D65AB1: hue angle of 317.9º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D65AB1 is Cyan = 0, Magento = 0.58, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 90 177 -
CMYK 0 0.58 0.17 0.16
HSL 317.9º 0.6% 0.6% -
HSV(B) 317.9º 0.58% 0.84% -
XYZ 39.32 24.78 44.31 -
YUV 136.99 150.58 182.93 -
System Red Green Blue C M Y K H S L
Decimal 214 90 177 0 0.58 0.17 0.16 317.9 0.6 0.6
Hex D6 5A B1 0 3A 11 10 13E 3C 3C
Octal 326 132 261 0 72 21 20 476 74 74
Binary 11010110 1011010 10110001 0 111010 10001 10000 100111110 111100 111100

Color Harmonies of #D65AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AB1

Black with #D65AB1

Text Example


Text Example

White with #D65AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AB1; }

 p { color: rgb(214,90,177); }

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

background-color css

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

 a { background-color: rgb(214,90,177); }

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

border-color css

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

 span { border-color: rgb(214,90,177); }

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