Html Css Color HEX #D052AB Fuchsia

📋 copy color: '#D052AB'

red 208 ◦ green 82 ◦ blue 171

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

Shades of Fuchsia #D052AB

Tints of Fuchsia #D052AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.09%

R = 45.12%
G = 17.79%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D052AB (or 0xD052AB) is known color: Fuchsia. HEX triplet: D0, 52 and AB. RGB value is (208,82,171). Sum of RGB (Red+Green+Blue) = 208+82+171=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D052AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D052AB is #2FAD54. Grayscale: #818181. Windows color (decimal): -3124565 or 11227856. OLE color: 11227856.

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

Color convert

RGB 208 82 171 -
CMYK 0 0.61 0.18 0.18
HSL 317.62º 0.57% 0.57% -
HSV(B) 317.62º 0.61% 0.82% -
XYZ 36.38 22.38 40.93 -
YUV 129.82 151.24 183.76 -
System Red Green Blue C M Y K H S L
Decimal 208 82 171 0 0.61 0.18 0.18 317.62 0.57 0.57
Hex D0 52 AB 0 3D 12 12 13E 39 39
Octal 320 122 253 0 75 22 22 476 71 71
Binary 11010000 1010010 10101011 0 111101 10010 10010 100111110 111001 111001

Color Harmonies of #D052AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D052AB

Black with #D052AB

Text Example


Text Example

White with #D052AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D052AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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