Html Css Color HEX #D25AAD Fuchsia

📋 copy color: '#D25AAD'

red 210 ◦ green 90 ◦ blue 173

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

Shades of Fuchsia #D25AAD

Tints of Fuchsia #D25AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.03%

 BLUE value IS 173 (67.97% from 255) = 36.58%

R = 44.4%
G = 19.03%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D25AAD (or 0xD25AAD) is known color: Fuchsia. HEX triplet: D2, 5A and AD. RGB value is (210,90,173). Sum of RGB (Red+Green+Blue) = 210+90+173=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 173 (67.97% from 255 or 36.58% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AAD is #2DA552. Grayscale: #878787. Windows color (decimal): -2991443 or 11360978. OLE color: 11360978.

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

Color convert

RGB 210 90 173 -
CMYK 0 0.57 0.18 0.18
HSL 318.5º 0.57% 0.59% -
HSV(B) 318.5º 0.57% 0.82% -
XYZ 37.78 24.03 42.18 -
YUV 135.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 210 90 173 0 0.57 0.18 0.18 318.5 0.57 0.59
Hex D2 5A AD 0 39 12 12 13E 39 3B
Octal 322 132 255 0 71 22 22 476 71 73
Binary 11010010 1011010 10101101 0 111001 10010 10010 100111110 111001 111011

Color Harmonies of #D25AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25AAD

Black with #D25AAD

Text Example


Text Example

White with #D25AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25AAD; }

 p { color: rgb(210,90,173); }

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

background-color css

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

 a { background-color: rgb(210,90,173); }

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

border-color css

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

 span { border-color: rgb(210,90,173); }

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