Html Css Color HEX #D65AB7 Fuchsia

📋 copy color: '#D65AB7'

red 214 ◦ green 90 ◦ blue 183

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

Shades of Fuchsia #D65AB7

Tints of Fuchsia #D65AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.58%

R = 43.94%
G = 18.48%
B = 37.58%

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

#D65AB7 (or 0xD65AB7) is known color: Fuchsia. HEX triplet: D6, 5A and B7. RGB value is (214,90,183). Sum of RGB (Red+Green+Blue) = 214+90+183=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 90 (35.55% from 255 or 18.48% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D65AB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D65AB7 is #29A548. Grayscale: #898989. Windows color (decimal): -2729289 or 12016342. OLE color: 12016342.

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

Color convert

RGB 214 90 183 -
CMYK 0 0.58 0.14 0.16
HSL 315º 0.6% 0.6% -
HSV(B) 315º 0.58% 0.84% -
XYZ 39.93 25.03 47.53 -
YUV 137.68 153.58 182.44 -
System Red Green Blue C M Y K H S L
Decimal 214 90 183 0 0.58 0.14 0.16 315 0.6 0.6
Hex D6 5A B7 0 3A E 10 13B 3C 3C
Octal 326 132 267 0 72 16 20 473 74 74
Binary 11010110 1011010 10110111 0 111010 1110 10000 100111011 111100 111100

Color Harmonies of #D65AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65AB7

Black with #D65AB7

Text Example


Text Example

White with #D65AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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