Html Css Color HEX #D65DAF Fuchsia

📋 copy color: '#D65DAF'

red 214 ◦ green 93 ◦ blue 175

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

Shades of Fuchsia #D65DAF

Tints of Fuchsia #D65DAF

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.29%

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

R = 44.4%
G = 19.29%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D65DAF (or 0xD65DAF) is known color: Fuchsia. HEX triplet: D6, 5D and AF. RGB value is (214,93,175). Sum of RGB (Red+Green+Blue) = 214+93+175=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D65DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65DAF is #29A250. Grayscale: #8A8A8A. Windows color (decimal): -2728529 or 11492822. OLE color: 11492822.

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

Color convert

RGB 214 93 175 -
CMYK 0 0.57 0.18 0.16
HSL 319.34º 0.6% 0.6% -
HSV(B) 319.34º 0.57% 0.84% -
XYZ 39.38 25.22 43.35 -
YUV 138.53 148.59 181.83 -
System Red Green Blue C M Y K H S L
Decimal 214 93 175 0 0.57 0.18 0.16 319.34 0.6 0.6
Hex D6 5D AF 0 39 12 10 13F 3C 3C
Octal 326 135 257 0 71 22 20 477 74 74
Binary 11010110 1011101 10101111 0 111001 10010 10000 100111111 111100 111100

Color Harmonies of #D65DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65DAF

Black with #D65DAF

Text Example


Text Example

White with #D65DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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