Html Css Color HEX #D25DCA Fuchsia

📋 copy color: '#D25DCA'

red 210 ◦ green 93 ◦ blue 202

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

Shades of Fuchsia #D25DCA

Tints of Fuchsia #D25DCA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 18.42%

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

R = 41.58%
G = 18.42%
B = 40%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D25DCA (or 0xD25DCA) is known color: Fuchsia. HEX triplet: D2, 5D and CA. RGB value is (210,93,202). Sum of RGB (Red+Green+Blue) = 210+93+202=505 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.58% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DCA is #2DA235. Grayscale: #8C8C8C. Windows color (decimal): -2990646 or 13262290. OLE color: 13262290.

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

Color convert

RGB 210 93 202 -
CMYK 0 0.56 0.04 0.18
HSL 304.1º 0.57% 0.59% -
HSV(B) 304.1º 0.56% 0.82% -
XYZ 41.15 25.79 58.69 -
YUV 140.41 162.76 177.64 -
System Red Green Blue C M Y K H S L
Decimal 210 93 202 0 0.56 0.04 0.18 304.1 0.57 0.59
Hex D2 5D CA 0 38 4 12 130 39 3B
Octal 322 135 312 0 70 4 22 460 71 73
Binary 11010010 1011101 11001010 0 111000 100 10010 100110000 111001 111011

Color Harmonies of #D25DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DCA

Black with #D25DCA

Text Example


Text Example

White with #D25DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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