Html Css Color HEX #D25BAE Fuchsia

📋 copy color: '#D25BAE'

red 210 ◦ green 91 ◦ blue 174

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

Shades of Fuchsia #D25BAE

Tints of Fuchsia #D25BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.16%

 BLUE value IS 174 (68.36% from 255) = 36.63%

R = 44.21%
G = 19.16%
B = 36.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D25BAE (or 0xD25BAE) is known color: Fuchsia. HEX triplet: D2, 5B and AE. RGB value is (210,91,174). Sum of RGB (Red+Green+Blue) = 210+91+174=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 174 (68.36% from 255 or 36.63% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D25BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25BAE is #2DA451. Grayscale: #878787. Windows color (decimal): -2991186 or 11426770. OLE color: 11426770.

HSL color Cylindrical-coordinate representation of color #D25BAE: hue angle of 318.15º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25BAE is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 91 174 -
CMYK 0 0.57 0.17 0.18
HSL 318.15º 0.57% 0.59% -
HSV(B) 318.15º 0.57% 0.82% -
XYZ 37.96 24.24 42.72 -
YUV 136.04 149.42 180.75 -
System Red Green Blue C M Y K H S L
Decimal 210 91 174 0 0.57 0.17 0.18 318.15 0.57 0.59
Hex D2 5B AE 0 39 11 12 13E 39 3B
Octal 322 133 256 0 71 21 22 476 71 73
Binary 11010010 1011011 10101110 0 111001 10001 10010 100111110 111001 111011

Color Harmonies of #D25BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25BAE

Black with #D25BAE

Text Example


Text Example

White with #D25BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25BAE; }

 p { color: rgb(210,91,174); }

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

background-color css

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

 a { background-color: rgb(210,91,174); }

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

border-color css

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

 span { border-color: rgb(210,91,174); }

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