Html Css Color HEX #D250AD Fuchsia

📋 copy color: '#D250AD'

red 210 ◦ green 80 ◦ blue 173

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

Shades of Fuchsia #D250AD

Tints of Fuchsia #D250AD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.28%

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

R = 45.36%
G = 17.28%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D250AD (or 0xD250AD) is known color: Fuchsia. HEX triplet: D2, 50 and AD. RGB value is (210,80,173). Sum of RGB (Red+Green+Blue) = 210+80+173=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D250AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250AD is #2DAF52. Grayscale: #818181. Windows color (decimal): -2994003 or 11358418. OLE color: 11358418.

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

Color convert

RGB 210 80 173 -
CMYK 0 0.62 0.18 0.18
HSL 317.08º 0.59% 0.57% -
HSV(B) 317.08º 0.62% 0.82% -
XYZ 36.99 22.46 41.92 -
YUV 129.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 210 80 173 0 0.62 0.18 0.18 317.08 0.59 0.57
Hex D2 50 AD 0 3E 12 12 13D 3B 39
Octal 322 120 255 0 76 22 22 475 73 71
Binary 11010010 1010000 10101101 0 111110 10010 10010 100111101 111011 111001

Color Harmonies of #D250AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250AD

Black with #D250AD

Text Example


Text Example

White with #D250AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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