Html Css Color HEX #D25ABD Fuchsia

📋 copy color: '#D25ABD'

red 210 ◦ green 90 ◦ blue 189

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

Shades of Fuchsia #D25ABD

Tints of Fuchsia #D25ABD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.4%

 BLUE value IS 189 (74.22% from 255) = 38.65%

R = 42.94%
G = 18.4%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D25ABD (or 0xD25ABD) is known color: Fuchsia. HEX triplet: D2, 5A and BD. RGB value is (210,90,189). Sum of RGB (Red+Green+Blue) = 210+90+189=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 189 (74.22% from 255 or 38.65% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ABD is #2DA542. Grayscale: #888888. Windows color (decimal): -2991427 or 12409554. OLE color: 12409554.

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

Color convert

RGB 210 90 189 -
CMYK 0 0.57 0.10 0.18
HSL 310.5º 0.57% 0.59% -
HSV(B) 310.5º 0.57% 0.82% -
XYZ 39.42 24.69 50.83 -
YUV 137.17 157.26 179.95 -
System Red Green Blue C M Y K H S L
Decimal 210 90 189 0 0.57 0.10 0.18 310.5 0.57 0.59
Hex D2 5A BD 0 39 A 12 136 39 3B
Octal 322 132 275 0 71 12 22 466 71 73
Binary 11010010 1011010 10111101 0 111001 1010 10010 100110110 111001 111011

Color Harmonies of #D25ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ABD

Black with #D25ABD

Text Example


Text Example

White with #D25ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ABD; }

 p { color: rgb(210,90,189); }

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

background-color css

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

 a { background-color: rgb(210,90,189); }

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

border-color css

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

 span { border-color: rgb(210,90,189); }

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