Html Css Color HEX #D250AC Fuchsia

📋 copy color: '#D250AC'

red 210 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #D250AC

Tints of Fuchsia #D250AC

RGB

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

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

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

R = 45.45%
G = 17.32%
B = 37.23%

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

#D250AC (or 0xD250AC) is known color: Fuchsia. HEX triplet: D2, 50 and AC. RGB value is (210,80,172). Sum of RGB (Red+Green+Blue) = 210+80+172=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D250AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D250AC is #2DAF53. Grayscale: #818181. Windows color (decimal): -2994004 or 11292882. OLE color: 11292882.

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

Color convert

RGB 210 80 172 -
CMYK 0 0.62 0.18 0.18
HSL 317.54º 0.59% 0.57% -
HSV(B) 317.54º 0.62% 0.82% -
XYZ 36.89 22.42 41.41 -
YUV 129.36 152.07 185.52 -
System Red Green Blue C M Y K H S L
Decimal 210 80 172 0 0.62 0.18 0.18 317.54 0.59 0.57
Hex D2 50 AC 0 3E 12 12 13E 3B 39
Octal 322 120 254 0 76 22 22 476 73 71
Binary 11010010 1010000 10101100 0 111110 10010 10010 100111110 111011 111001

Color Harmonies of #D250AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D250AC

Black with #D250AC

Text Example


Text Example

White with #D250AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D250AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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