Html Css Color HEX #D25EB1 Fuchsia

📋 copy color: '#D25EB1'

red 210 ◦ green 94 ◦ blue 177

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

Shades of Fuchsia #D25EB1

Tints of Fuchsia #D25EB1

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.54%

 BLUE value IS 177 (69.53% from 255) = 36.8%

R = 43.66%
G = 19.54%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D25EB1 (or 0xD25EB1) is known color: Fuchsia. HEX triplet: D2, 5E and B1. RGB value is (210,94,177). Sum of RGB (Red+Green+Blue) = 210+94+177=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EB1 is #2DA14E. Grayscale: #898989. Windows color (decimal): -2990415 or 11624146. OLE color: 11624146.

HSL color Cylindrical-coordinate representation of color #D25EB1: hue angle of 317.07º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D25EB1 is Cyan = 0, Magento = 0.55, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 94 177 -
CMYK 0 0.55 0.16 0.18
HSL 317.07º 0.56% 0.6% -
HSV(B) 317.07º 0.55% 0.82% -
XYZ 38.52 24.88 44.37 -
YUV 138.15 149.93 179.25 -
System Red Green Blue C M Y K H S L
Decimal 210 94 177 0 0.55 0.16 0.18 317.07 0.56 0.6
Hex D2 5E B1 0 37 10 12 13D 38 3C
Octal 322 136 261 0 67 20 22 475 70 74
Binary 11010010 1011110 10110001 0 110111 10000 10010 100111101 111000 111100

Color Harmonies of #D25EB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EB1

Black with #D25EB1

Text Example


Text Example

White with #D25EB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EB1; }

 p { color: rgb(210,94,177); }

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

background-color css

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

 a { background-color: rgb(210,94,177); }

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

border-color css

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

 span { border-color: rgb(210,94,177); }

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