Html Css Color HEX #D25EB0 Fuchsia

📋 copy color: '#D25EB0'

red 210 ◦ green 94 ◦ blue 176

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

Shades of Fuchsia #D25EB0

Tints of Fuchsia #D25EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.67%

R = 43.75%
G = 19.58%
B = 36.67%

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

#D25EB0 (or 0xD25EB0) is known color: Fuchsia. HEX triplet: D2, 5E and B0. RGB value is (210,94,176). Sum of RGB (Red+Green+Blue) = 210+94+176=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EB0 is #2DA14F. Grayscale: #898989. Windows color (decimal): -2990416 or 11558610. OLE color: 11558610.

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

Color convert

RGB 210 94 176 -
CMYK 0 0.55 0.16 0.18
HSL 317.59º 0.56% 0.6% -
HSV(B) 317.59º 0.55% 0.82% -
XYZ 38.42 24.84 43.84 -
YUV 138.03 149.43 179.33 -
System Red Green Blue C M Y K H S L
Decimal 210 94 176 0 0.55 0.16 0.18 317.59 0.56 0.6
Hex D2 5E B0 0 37 10 12 13E 38 3C
Octal 322 136 260 0 67 20 22 476 70 74
Binary 11010010 1011110 10110000 0 110111 10000 10010 100111110 111000 111100

Color Harmonies of #D25EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EB0

Black with #D25EB0

Text Example


Text Example

White with #D25EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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