Html Css Color HEX #D65ABD Fuchsia

📋 copy color: '#D65ABD'

red 214 ◦ green 90 ◦ blue 189

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

Shades of Fuchsia #D65ABD

Tints of Fuchsia #D65ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.34%

R = 43.41%
G = 18.26%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D65ABD (or 0xD65ABD) is known color: Fuchsia. HEX triplet: D6, 5A and BD. RGB value is (214,90,189). Sum of RGB (Red+Green+Blue) = 214+90+189=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 90 (35.55% from 255 or 18.26% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ABD is #29A542. Grayscale: #8A8A8A. Windows color (decimal): -2729283 or 12409558. OLE color: 12409558.

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

Color convert

RGB 214 90 189 -
CMYK 0 0.58 0.12 0.16
HSL 312.1º 0.6% 0.6% -
HSV(B) 312.1º 0.58% 0.84% -
XYZ 40.57 25.28 50.89 -
YUV 138.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 214 90 189 0 0.58 0.12 0.16 312.1 0.6 0.6
Hex D6 5A BD 0 3A C 10 138 3C 3C
Octal 326 132 275 0 72 14 20 470 74 74
Binary 11010110 1011010 10111101 0 111010 1100 10000 100111000 111100 111100

Color Harmonies of #D65ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ABD

Black with #D65ABD

Text Example


Text Example

White with #D65ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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