Html Css Color HEX #D75CAF Fuchsia

📋 copy color: '#D75CAF'

red 215 ◦ green 92 ◦ blue 175

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

Shades of Fuchsia #D75CAF

Tints of Fuchsia #D75CAF

RGB

 RED value IS 215 (84.38% from 255) = 44.61%

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

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

R = 44.61%
G = 19.09%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D75CAF (or 0xD75CAF) is known color: Fuchsia. HEX triplet: D7, 5C and AF. RGB value is (215,92,175). Sum of RGB (Red+Green+Blue) = 215+92+175=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D75CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D75CAF is #28A350. Grayscale: #8A8A8A. Windows color (decimal): -2663249 or 11492567. OLE color: 11492567.

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

Color convert

RGB 215 92 175 -
CMYK 0 0.57 0.19 0.16
HSL 319.51º 0.61% 0.6% -
HSV(B) 319.51º 0.57% 0.84% -
XYZ 39.59 25.2 43.33 -
YUV 138.24 148.75 182.75 -
System Red Green Blue C M Y K H S L
Decimal 215 92 175 0 0.57 0.19 0.16 319.51 0.61 0.6
Hex D7 5C AF 0 39 13 10 140 3D 3C
Octal 327 134 257 0 71 23 20 500 75 74
Binary 11010111 1011100 10101111 0 111001 10011 10000 101000000 111101 111100

Color Harmonies of #D75CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75CAF

Black with #D75CAF

Text Example


Text Example

White with #D75CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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