Html Css Color HEX #D052AF Fuchsia

📋 copy color: '#D052AF'

red 208 ◦ green 82 ◦ blue 175

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

Shades of Fuchsia #D052AF

Tints of Fuchsia #D052AF

RGB

 RED value IS 208 (81.64% from 255) = 44.73%

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

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

R = 44.73%
G = 17.63%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D052AF (or 0xD052AF) is known color: Fuchsia. HEX triplet: D0, 52 and AF. RGB value is (208,82,175). Sum of RGB (Red+Green+Blue) = 208+82+175=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 82 (32.42% from 255 or 17.63% from 465); Blue value is 175 (68.75% from 255 or 37.63% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D052AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052AF is #2FAD50. Grayscale: #828282. Windows color (decimal): -3124561 or 11490000. OLE color: 11490000.

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

Color convert

RGB 208 82 175 -
CMYK 0 0.61 0.16 0.18
HSL 315.71º 0.57% 0.57% -
HSV(B) 315.71º 0.61% 0.82% -
XYZ 36.77 22.54 42.97 -
YUV 130.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 208 82 175 0 0.61 0.16 0.18 315.71 0.57 0.57
Hex D0 52 AF 0 3D 10 12 13C 39 39
Octal 320 122 257 0 75 20 22 474 71 71
Binary 11010000 1010010 10101111 0 111101 10000 10010 100111100 111001 111001

Color Harmonies of #D052AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052AF

Black with #D052AF

Text Example


Text Example

White with #D052AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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