Html Css Color HEX #D65ABC Fuchsia

📋 copy color: '#D65ABC'

red 214 ◦ green 90 ◦ blue 188

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

Shades of Fuchsia #D65ABC

Tints of Fuchsia #D65ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 38.21%

R = 43.5%
G = 18.29%
B = 38.21%

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

#D65ABC (or 0xD65ABC) is known color: Fuchsia. HEX triplet: D6, 5A and BC. RGB value is (214,90,188). Sum of RGB (Red+Green+Blue) = 214+90+188=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 90 (35.55% from 255 or 18.29% from 492); Blue value is 188 (73.83% from 255 or 38.21% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D65ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65ABC is #29A543. Grayscale: #898989. Windows color (decimal): -2729284 or 12344022. OLE color: 12344022.

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

Color convert

RGB 214 90 188 -
CMYK 0 0.58 0.12 0.16
HSL 312.58º 0.6% 0.6% -
HSV(B) 312.58º 0.58% 0.84% -
XYZ 40.46 25.24 50.32 -
YUV 138.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 214 90 188 0 0.58 0.12 0.16 312.58 0.6 0.6
Hex D6 5A BC 0 3A C 10 139 3C 3C
Octal 326 132 274 0 72 14 20 471 74 74
Binary 11010110 1011010 10111100 0 111010 1100 10000 100111001 111100 111100

Color Harmonies of #D65ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65ABC

Black with #D65ABC

Text Example


Text Example

White with #D65ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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