Html Css Color HEX #D65AB9 Fuchsia

📋 copy color: '#D65AB9'

red 214 ◦ green 90 ◦ blue 185

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

Shades of Fuchsia #D65AB9

Tints of Fuchsia #D65AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.83%

R = 43.76%
G = 18.4%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D65AB9 (or 0xD65AB9) is known color: Fuchsia. HEX triplet: D6, 5A and B9. RGB value is (214,90,185). Sum of RGB (Red+Green+Blue) = 214+90+185=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AB9 is #29A546. Grayscale: #898989. Windows color (decimal): -2729287 or 12147414. OLE color: 12147414.

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

Color convert

RGB 214 90 185 -
CMYK 0 0.58 0.14 0.16
HSL 314.03º 0.6% 0.6% -
HSV(B) 314.03º 0.58% 0.84% -
XYZ 40.14 25.11 48.63 -
YUV 137.91 154.58 182.28 -
System Red Green Blue C M Y K H S L
Decimal 214 90 185 0 0.58 0.14 0.16 314.03 0.6 0.6
Hex D6 5A B9 0 3A E 10 13A 3C 3C
Octal 326 132 271 0 72 16 20 472 74 74
Binary 11010110 1011010 10111001 0 111010 1110 10000 100111010 111100 111100

Color Harmonies of #D65AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AB9

Black with #D65AB9

Text Example


Text Example

White with #D65AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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