Html Css Color HEX #D252AC Fuchsia

📋 copy color: '#D252AC'

red 210 ◦ green 82 ◦ blue 172

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

Shades of Fuchsia #D252AC

Tints of Fuchsia #D252AC

RGB

 RED value IS 210 (82.42% from 255) = 45.26%

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

 BLUE value IS 172 (67.58% from 255) = 37.07%

R = 45.26%
G = 17.67%
B = 37.07%

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

#D252AC (or 0xD252AC) is known color: Fuchsia. HEX triplet: D2, 52 and AC. RGB value is (210,82,172). Sum of RGB (Red+Green+Blue) = 210+82+172=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 82 (32.42% from 255 or 17.67% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D252AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D252AC is #2DAD53. Grayscale: #828282. Windows color (decimal): -2993492 or 11293394. OLE color: 11293394.

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

Color convert

RGB 210 82 172 -
CMYK 0 0.61 0.18 0.18
HSL 317.81º 0.59% 0.57% -
HSV(B) 317.81º 0.61% 0.82% -
XYZ 37.04 22.71 41.46 -
YUV 130.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 210 82 172 0 0.61 0.18 0.18 317.81 0.59 0.57
Hex D2 52 AC 0 3D 12 12 13E 3B 39
Octal 322 122 254 0 75 22 22 476 73 71
Binary 11010010 1010010 10101100 0 111101 10010 10010 100111110 111011 111001

Color Harmonies of #D252AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D252AC

Black with #D252AC

Text Example


Text Example

White with #D252AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D252AC; }

 p { color: rgb(210,82,172); }

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

background-color css

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

 a { background-color: rgb(210,82,172); }

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

border-color css

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

 span { border-color: rgb(210,82,172); }

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