Html Css Color HEX #D752AF Fuchsia

📋 copy color: '#D752AF'

red 215 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #D752AF

Tints of Fuchsia #D752AF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 17.37%

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

R = 45.55%
G = 17.37%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D752AF (or 0xD752AF) is known color: Fuchsia. HEX triplet: D7, 52 and AF. RGB value is (215,82,175). Sum of RGB (Red+Green+Blue) = 215+82+175=472 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.55% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 215 - color contains mainly: red. Hex color #D752AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D752AF is #28AD50. Grayscale: #848484. Windows color (decimal): -2665809 or 11490007. OLE color: 11490007.

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

Color convert

RGB 215 82 175 -
CMYK 0 0.62 0.19 0.16
HSL 318.05º 0.62% 0.58% -
HSV(B) 318.05º 0.62% 0.84% -
XYZ 38.78 23.58 43.06 -
YUV 132.37 152.06 186.94 -
System Red Green Blue C M Y K H S L
Decimal 215 82 175 0 0.62 0.19 0.16 318.05 0.62 0.58
Hex D7 52 AF 0 3E 13 10 13E 3E 3A
Octal 327 122 257 0 76 23 20 476 76 72
Binary 11010111 1010010 10101111 0 111110 10011 10000 100111110 111110 111010

Color Harmonies of #D752AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D752AF

Black with #D752AF

Text Example


Text Example

White with #D752AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D752AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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