Html Css Color HEX #D65CAF Fuchsia

📋 copy color: '#D65CAF'

red 214 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #D65CAF

Tints of Fuchsia #D65CAF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.13%

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

R = 44.49%
G = 19.13%
B = 36.38%

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

#D65CAF (or 0xD65CAF) is known color: Fuchsia. HEX triplet: D6, 5C and AF. RGB value is (214,92,175). Sum of RGB (Red+Green+Blue) = 214+92+175=481 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.49% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 214 - color contains mainly: red. Hex color #D65CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D65CAF is #29A350. Grayscale: #898989. Windows color (decimal): -2728785 or 11492566. OLE color: 11492566.

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

Color convert

RGB 214 92 175 -
CMYK 0 0.57 0.18 0.16
HSL 319.18º 0.6% 0.6% -
HSV(B) 319.18º 0.57% 0.84% -
XYZ 39.3 25.05 43.32 -
YUV 137.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 214 92 175 0 0.57 0.18 0.16 319.18 0.6 0.6
Hex D6 5C AF 0 39 12 10 13F 3C 3C
Octal 326 134 257 0 71 22 20 477 74 74
Binary 11010110 1011100 10101111 0 111001 10010 10000 100111111 111100 111100

Color Harmonies of #D65CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65CAF

Black with #D65CAF

Text Example


Text Example

White with #D65CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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