Html Css Color HEX #D65AB3 Fuchsia

📋 copy color: '#D65AB3'

red 214 ◦ green 90 ◦ blue 179

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

Shades of Fuchsia #D65AB3

Tints of Fuchsia #D65AB3

RGB

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

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

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

R = 44.31%
G = 18.63%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D65AB3 (or 0xD65AB3) is known color: Fuchsia. HEX triplet: D6, 5A and B3. RGB value is (214,90,179). Sum of RGB (Red+Green+Blue) = 214+90+179=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 90 (35.55% from 255 or 18.63% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AB3 is #29A54C. Grayscale: #888888. Windows color (decimal): -2729293 or 11754198. OLE color: 11754198.

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

Color convert

RGB 214 90 179 -
CMYK 0 0.58 0.16 0.16
HSL 316.94º 0.6% 0.6% -
HSV(B) 316.94º 0.58% 0.84% -
XYZ 39.52 24.86 45.36 -
YUV 137.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 214 90 179 0 0.58 0.16 0.16 316.94 0.6 0.6
Hex D6 5A B3 0 3A 10 10 13D 3C 3C
Octal 326 132 263 0 72 20 20 475 74 74
Binary 11010110 1011010 10110011 0 111010 10000 10000 100111101 111100 111100

Color Harmonies of #D65AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AB3

Black with #D65AB3

Text Example


Text Example

White with #D65AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AB3; }

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

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

background-color css

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

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

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

border-color css

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

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

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