Html Css Color HEX #D25ABE Fuchsia

📋 copy color: '#D25ABE'

red 210 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #D25ABE

Tints of Fuchsia #D25ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 38.78%

R = 42.86%
G = 18.37%
B = 38.78%

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

#D25ABE (or 0xD25ABE) is known color: Fuchsia. HEX triplet: D2, 5A and BE. RGB value is (210,90,190). Sum of RGB (Red+Green+Blue) = 210+90+190=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 90 (35.55% from 255 or 18.37% from 490); Blue value is 190 (74.61% from 255 or 38.78% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ABE is #2DA541. Grayscale: #898989. Windows color (decimal): -2991426 or 12475090. OLE color: 12475090.

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

Color convert

RGB 210 90 190 -
CMYK 0 0.57 0.10 0.18
HSL 310º 0.57% 0.59% -
HSV(B) 310º 0.57% 0.82% -
XYZ 39.53 24.73 51.41 -
YUV 137.28 157.76 179.87 -
System Red Green Blue C M Y K H S L
Decimal 210 90 190 0 0.57 0.10 0.18 310 0.57 0.59
Hex D2 5A BE 0 39 A 12 136 39 3B
Octal 322 132 276 0 71 12 22 466 71 73
Binary 11010010 1011010 10111110 0 111001 1010 10010 100110110 111001 111011

Color Harmonies of #D25ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ABE

Black with #D25ABE

Text Example


Text Example

White with #D25ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ABE; }

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

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

background-color css

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

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

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

border-color css

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

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

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