Html Css Color HEX #D952AF Fuchsia

📋 copy color: '#D952AF'

red 217 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #D952AF

Tints of Fuchsia #D952AF

RGB

 RED value IS 217 (85.16% from 255) = 45.78%

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

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

R = 45.78%
G = 17.3%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D952AF (or 0xD952AF) is known color: Fuchsia. HEX triplet: D9, 52 and AF. RGB value is (217,82,175). Sum of RGB (Red+Green+Blue) = 217+82+175=474 (62% of max value = 765). Red value is 217 (85.16% from 255 or 45.78% from 474); Green value is 82 (32.42% from 255 or 17.30% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 217 - color contains mainly: red. Hex color #D952AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D952AF is #26AD50. Grayscale: #848484. Windows color (decimal): -2534737 or 11490009. OLE color: 11490009.

HSL color Cylindrical-coordinate representation of color #D952AF: hue angle of 318.67º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D952AF is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 82 175 -
CMYK 0 0.62 0.19 0.15
HSL 318.67º 0.64% 0.59% -
HSV(B) 318.67º 0.62% 0.85% -
XYZ 39.37 23.88 43.09 -
YUV 132.97 151.73 187.94 -
System Red Green Blue C M Y K H S L
Decimal 217 82 175 0 0.62 0.19 0.15 318.67 0.64 0.59
Hex D9 52 AF 0 3E 13 F 13F 40 3B
Octal 331 122 257 0 76 23 17 477 100 73
Binary 11011001 1010010 10101111 0 111110 10011 1111 100111111 1000000 111011

Color Harmonies of #D952AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D952AF

Black with #D952AF

Text Example


Text Example

White with #D952AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D952AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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