Html Css Color HEX #D25DC8 Fuchsia

📋 copy color: '#D25DC8'

red 210 ◦ green 93 ◦ blue 200

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

Shades of Fuchsia #D25DC8

Tints of Fuchsia #D25DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 41.75%
G = 18.49%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D25DC8 (or 0xD25DC8) is known color: Fuchsia. HEX triplet: D2, 5D and C8. RGB value is (210,93,200). Sum of RGB (Red+Green+Blue) = 210+93+200=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 93 (36.72% from 255 or 18.49% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D25DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25DC8 is #2DA237. Grayscale: #8B8B8B. Windows color (decimal): -2990648 or 13131218. OLE color: 13131218.

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

Color convert

RGB 210 93 200 -
CMYK 0 0.56 0.05 0.18
HSL 305.13º 0.57% 0.59% -
HSV(B) 305.13º 0.56% 0.82% -
XYZ 40.92 25.7 57.45 -
YUV 140.18 161.76 177.8 -
System Red Green Blue C M Y K H S L
Decimal 210 93 200 0 0.56 0.05 0.18 305.13 0.57 0.59
Hex D2 5D C8 0 38 5 12 131 39 3B
Octal 322 135 310 0 70 5 22 461 71 73
Binary 11010010 1011101 11001000 0 111000 101 10010 100110001 111001 111011

Color Harmonies of #D25DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25DC8

Black with #D25DC8

Text Example


Text Example

White with #D25DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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