Html Css Color HEX #D25ACA Fuchsia

📋 copy color: '#D25ACA'

red 210 ◦ green 90 ◦ blue 202

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

Shades of Fuchsia #D25ACA

Tints of Fuchsia #D25ACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.24%

R = 41.83%
G = 17.93%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D25ACA (or 0xD25ACA) is known color: Fuchsia. HEX triplet: D2, 5A and CA. RGB value is (210,90,202). Sum of RGB (Red+Green+Blue) = 210+90+202=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 90 (35.55% from 255 or 17.93% from 502); Blue value is 202 (79.30% from 255 or 40.24% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D25ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25ACA is #2DA535. Grayscale: #8A8A8A. Windows color (decimal): -2991414 or 13261522. OLE color: 13261522.

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

Color convert

RGB 210 90 202 -
CMYK 0 0.57 0.04 0.18
HSL 304º 0.57% 0.59% -
HSV(B) 304º 0.57% 0.82% -
XYZ 40.9 25.28 58.6 -
YUV 138.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 210 90 202 0 0.57 0.04 0.18 304 0.57 0.59
Hex D2 5A CA 0 39 4 12 130 39 3B
Octal 322 132 312 0 71 4 22 460 71 73
Binary 11010010 1011010 11001010 0 111001 100 10010 100110000 111001 111011

Color Harmonies of #D25ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25ACA

Black with #D25ACA

Text Example


Text Example

White with #D25ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25ACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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