Html Css Color HEX #D25AB8 Fuchsia

📋 copy color: '#D25AB8'

red 210 ◦ green 90 ◦ blue 184

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

Shades of Fuchsia #D25AB8

Tints of Fuchsia #D25AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.02%

R = 43.39%
G = 18.6%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D25AB8 (or 0xD25AB8) is known color: Fuchsia. HEX triplet: D2, 5A and B8. RGB value is (210,90,184). Sum of RGB (Red+Green+Blue) = 210+90+184=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 90 (35.55% from 255 or 18.60% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25AB8 is #2DA547. Grayscale: #888888. Windows color (decimal): -2991432 or 12081874. OLE color: 12081874.

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

Color convert

RGB 210 90 184 -
CMYK 0 0.57 0.12 0.18
HSL 313º 0.57% 0.59% -
HSV(B) 313º 0.57% 0.82% -
XYZ 38.89 24.47 48.02 -
YUV 136.6 154.76 180.36 -
System Red Green Blue C M Y K H S L
Decimal 210 90 184 0 0.57 0.12 0.18 313 0.57 0.59
Hex D2 5A B8 0 39 C 12 139 39 3B
Octal 322 132 270 0 71 14 22 471 71 73
Binary 11010010 1011010 10111000 0 111001 1100 10010 100111001 111001 111011

Color Harmonies of #D25AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AB8

Black with #D25AB8

Text Example


Text Example

White with #D25AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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