Html Css Color HEX #D255AD Fuchsia

📋 copy color: '#D255AD'

red 210 ◦ green 85 ◦ blue 173

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

Shades of Fuchsia #D255AD

Tints of Fuchsia #D255AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.97%

R = 44.87%
G = 18.16%
B = 36.97%

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

#D255AD (or 0xD255AD) is known color: Fuchsia. HEX triplet: D2, 55 and AD. RGB value is (210,85,173). Sum of RGB (Red+Green+Blue) = 210+85+173=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 173 (67.97% from 255 or 36.97% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D255AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D255AD is #2DAA52. Grayscale: #848484. Windows color (decimal): -2992723 or 11359698. OLE color: 11359698.

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

Color convert

RGB 210 85 173 -
CMYK 0 0.60 0.18 0.18
HSL 317.76º 0.58% 0.58% -
HSV(B) 317.76º 0.6% 0.82% -
XYZ 37.37 23.22 42.05 -
YUV 132.41 150.91 183.34 -
System Red Green Blue C M Y K H S L
Decimal 210 85 173 0 0.60 0.18 0.18 317.76 0.58 0.58
Hex D2 55 AD 0 3C 12 12 13E 3A 3A
Octal 322 125 255 0 74 22 22 476 72 72
Binary 11010010 1010101 10101101 0 111100 10010 10010 100111110 111010 111010

Color Harmonies of #D255AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D255AD

Black with #D255AD

Text Example


Text Example

White with #D255AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D255AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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