Html Css Color HEX #D25EB5 Fuchsia

📋 copy color: '#D25EB5'

red 210 ◦ green 94 ◦ blue 181

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

Shades of Fuchsia #D25EB5

Tints of Fuchsia #D25EB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.32%

R = 43.3%
G = 19.38%
B = 37.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D25EB5 (or 0xD25EB5) is known color: Fuchsia. HEX triplet: D2, 5E and B5. RGB value is (210,94,181). Sum of RGB (Red+Green+Blue) = 210+94+181=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 181 (71.09% from 255 or 37.32% from 485); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EB5 is #2DA14A. Grayscale: #8A8A8A. Windows color (decimal): -2990411 or 11886290. OLE color: 11886290.

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

Color convert

RGB 210 94 181 -
CMYK 0 0.55 0.14 0.18
HSL 315º 0.56% 0.6% -
HSV(B) 315º 0.55% 0.82% -
XYZ 38.92 25.04 46.5 -
YUV 138.6 151.93 178.93 -
System Red Green Blue C M Y K H S L
Decimal 210 94 181 0 0.55 0.14 0.18 315 0.56 0.6
Hex D2 5E B5 0 37 E 12 13B 38 3C
Octal 322 136 265 0 67 16 22 473 70 74
Binary 11010010 1011110 10110101 0 110111 1110 10010 100111011 111000 111100

Color Harmonies of #D25EB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EB5

Black with #D25EB5

Text Example


Text Example

White with #D25EB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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