Html Css Color HEX #D255AC Fuchsia

📋 copy color: '#D255AC'

red 210 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #D255AC

Tints of Fuchsia #D255AC

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.2%

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

R = 44.97%
G = 18.2%
B = 36.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D255AC (or 0xD255AC) is known color: Fuchsia. HEX triplet: D2, 55 and AC. RGB value is (210,85,172). Sum of RGB (Red+Green+Blue) = 210+85+172=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D255AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255AC is #2DAA53. Grayscale: #848484. Windows color (decimal): -2992724 or 11294162. OLE color: 11294162.

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

Color convert

RGB 210 85 172 -
CMYK 0 0.60 0.18 0.18
HSL 318.24º 0.58% 0.58% -
HSV(B) 318.24º 0.6% 0.82% -
XYZ 37.27 23.18 41.54 -
YUV 132.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 210 85 172 0 0.60 0.18 0.18 318.24 0.58 0.58
Hex D2 55 AC 0 3C 12 12 13E 3A 3A
Octal 322 125 254 0 74 22 22 476 72 72
Binary 11010010 1010101 10101100 0 111100 10010 10010 100111110 111010 111010

Color Harmonies of #D255AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255AC

Black with #D255AC

Text Example


Text Example

White with #D255AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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