Html Css Color HEX #D25EC5 Fuchsia

📋 copy color: '#D25EC5'

red 210 ◦ green 94 ◦ blue 197

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

Shades of Fuchsia #D25EC5

Tints of Fuchsia #D25EC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.32%

R = 41.92%
G = 18.76%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D25EC5 (or 0xD25EC5) is known color: Fuchsia. HEX triplet: D2, 5E and C5. RGB value is (210,94,197). Sum of RGB (Red+Green+Blue) = 210+94+197=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 94 (37.11% from 255 or 18.76% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EC5 is #2DA13A. Grayscale: #8C8C8C. Windows color (decimal): -2990395 or 12934866. OLE color: 12934866.

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

Color convert

RGB 210 94 197 -
CMYK 0 0.55 0.06 0.18
HSL 306.72º 0.56% 0.6% -
HSV(B) 306.72º 0.55% 0.82% -
XYZ 40.66 25.74 55.65 -
YUV 140.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 210 94 197 0 0.55 0.06 0.18 306.72 0.56 0.6
Hex D2 5E C5 0 37 6 12 133 38 3C
Octal 322 136 305 0 67 6 22 463 70 74
Binary 11010010 1011110 11000101 0 110111 110 10010 100110011 111000 111100

Color Harmonies of #D25EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EC5

Black with #D25EC5

Text Example


Text Example

White with #D25EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EC5; }

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

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

background-color css

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

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

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

border-color css

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

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

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