Html Css Color HEX #D25EC2 Fuchsia

📋 copy color: '#D25EC2'

red 210 ◦ green 94 ◦ blue 194

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

Shades of Fuchsia #D25EC2

Tints of Fuchsia #D25EC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.96%

R = 42.17%
G = 18.88%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D25EC2 (or 0xD25EC2) is known color: Fuchsia. HEX triplet: D2, 5E and C2. RGB value is (210,94,194). Sum of RGB (Red+Green+Blue) = 210+94+194=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 94 (37.11% from 255 or 18.88% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25EC2 is #2DA13D. Grayscale: #8B8B8B. Windows color (decimal): -2990398 or 12738258. OLE color: 12738258.

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

Color convert

RGB 210 94 194 -
CMYK 0 0.55 0.08 0.18
HSL 308.28º 0.56% 0.6% -
HSV(B) 308.28º 0.55% 0.82% -
XYZ 40.32 25.6 53.86 -
YUV 140.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 210 94 194 0 0.55 0.08 0.18 308.28 0.56 0.6
Hex D2 5E C2 0 37 8 12 134 38 3C
Octal 322 136 302 0 67 10 22 464 70 74
Binary 11010010 1011110 11000010 0 110111 1000 10010 100110100 111000 111100

Color Harmonies of #D25EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EC2

Black with #D25EC2

Text Example


Text Example

White with #D25EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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