Html Css Color HEX #D25EAF Fuchsia

📋 copy color: '#D25EAF'

red 210 ◦ green 94 ◦ blue 175

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

Shades of Fuchsia #D25EAF

Tints of Fuchsia #D25EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 43.84%
G = 19.62%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D25EAF (or 0xD25EAF) is known color: Fuchsia. HEX triplet: D2, 5E and AF. RGB value is (210,94,175). Sum of RGB (Red+Green+Blue) = 210+94+175=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EAF is #2DA150. Grayscale: #898989. Windows color (decimal): -2990417 or 11493074. OLE color: 11493074.

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

Color convert

RGB 210 94 175 -
CMYK 0 0.55 0.17 0.18
HSL 318.1º 0.56% 0.6% -
HSV(B) 318.1º 0.55% 0.82% -
XYZ 38.32 24.8 43.33 -
YUV 137.92 148.93 179.41 -
System Red Green Blue C M Y K H S L
Decimal 210 94 175 0 0.55 0.17 0.18 318.1 0.56 0.6
Hex D2 5E AF 0 37 11 12 13E 38 3C
Octal 322 136 257 0 67 21 22 476 70 74
Binary 11010010 1011110 10101111 0 110111 10001 10010 100111110 111000 111100

Color Harmonies of #D25EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25EAF

Black with #D25EAF

Text Example


Text Example

White with #D25EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25EAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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