Html Css Color HEX #D25EB6 Fuchsia

📋 copy color: '#D25EB6'

red 210 ◦ green 94 ◦ blue 182

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

Shades of Fuchsia #D25EB6

Tints of Fuchsia #D25EB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 37.45%

R = 43.21%
G = 19.34%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D25EB6 (or 0xD25EB6) is known color: Fuchsia. HEX triplet: D2, 5E and B6. RGB value is (210,94,182). Sum of RGB (Red+Green+Blue) = 210+94+182=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 94 (37.11% from 255 or 19.34% from 486); Blue value is 182 (71.48% from 255 or 37.45% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EB6 is #2DA149. Grayscale: #8A8A8A. Windows color (decimal): -2990410 or 11951826. OLE color: 11951826.

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

Color convert

RGB 210 94 182 -
CMYK 0 0.55 0.13 0.18
HSL 314.48º 0.56% 0.6% -
HSV(B) 314.48º 0.55% 0.82% -
XYZ 39.02 25.08 47.04 -
YUV 138.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 210 94 182 0 0.55 0.13 0.18 314.48 0.56 0.6
Hex D2 5E B6 0 37 D 12 13A 38 3C
Octal 322 136 266 0 67 15 22 472 70 74
Binary 11010010 1011110 10110110 0 110111 1101 10010 100111010 111000 111100

Color Harmonies of #D25EB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EB6

Black with #D25EB6

Text Example


Text Example

White with #D25EB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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