Html Css Color HEX #D65EAF Fuchsia

📋 copy color: '#D65EAF'

red 214 ◦ green 94 ◦ blue 175

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

Shades of Fuchsia #D65EAF

Tints of Fuchsia #D65EAF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.46%

 BLUE value IS 175 (68.75% from 255) = 36.23%

R = 44.31%
G = 19.46%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D65EAF (or 0xD65EAF) is known color: Fuchsia. HEX triplet: D6, 5E and AF. RGB value is (214,94,175). Sum of RGB (Red+Green+Blue) = 214+94+175=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 94 (37.11% from 255 or 19.46% from 483); Blue value is 175 (68.75% from 255 or 36.23% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D65EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65EAF is #29A150. Grayscale: #8A8A8A. Windows color (decimal): -2728273 or 11493078. OLE color: 11493078.

HSL color Cylindrical-coordinate representation of color #D65EAF: hue angle of 319.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D65EAF is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 94 175 -
CMYK 0 0.56 0.18 0.16
HSL 319.5º 0.59% 0.6% -
HSV(B) 319.5º 0.56% 0.84% -
XYZ 39.47 25.4 43.38 -
YUV 139.11 148.26 181.41 -
System Red Green Blue C M Y K H S L
Decimal 214 94 175 0 0.56 0.18 0.16 319.5 0.59 0.6
Hex D6 5E AF 0 38 12 10 140 3B 3C
Octal 326 136 257 0 70 22 20 500 73 74
Binary 11010110 1011110 10101111 0 111000 10010 10000 101000000 111011 111100

Color Harmonies of #D65EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65EAF

Black with #D65EAF

Text Example


Text Example

White with #D65EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65EAF; }

 p { color: rgb(214,94,175); }

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

background-color css

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

 a { background-color: rgb(214,94,175); }

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

border-color css

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

 span { border-color: rgb(214,94,175); }

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