Html Css Color HEX #D65ABB Fuchsia

📋 copy color: '#D65ABB'

red 214 ◦ green 90 ◦ blue 187

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

Shades of Fuchsia #D65ABB

Tints of Fuchsia #D65ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 38.09%

R = 43.58%
G = 18.33%
B = 38.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D65ABB (or 0xD65ABB) is known color: Fuchsia. HEX triplet: D6, 5A and BB. RGB value is (214,90,187). Sum of RGB (Red+Green+Blue) = 214+90+187=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 187 (73.44% from 255 or 38.09% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ABB is #29A544. Grayscale: #898989. Windows color (decimal): -2729285 or 12278486. OLE color: 12278486.

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

Color convert

RGB 214 90 187 -
CMYK 0 0.58 0.13 0.16
HSL 313.06º 0.6% 0.6% -
HSV(B) 313.06º 0.58% 0.84% -
XYZ 40.36 25.2 49.75 -
YUV 138.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 214 90 187 0 0.58 0.13 0.16 313.06 0.6 0.6
Hex D6 5A BB 0 3A D 10 139 3C 3C
Octal 326 132 273 0 72 15 20 471 74 74
Binary 11010110 1011010 10111011 0 111010 1101 10000 100111001 111100 111100

Color Harmonies of #D65ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ABB

Black with #D65ABB

Text Example


Text Example

White with #D65ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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