Html Css Color HEX #D25CC9 Fuchsia

📋 copy color: '#D25CC9'

red 210 ◦ green 92 ◦ blue 201

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

Shades of Fuchsia #D25CC9

Tints of Fuchsia #D25CC9

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.29%

 BLUE value IS 201 (78.91% from 255) = 39.96%

R = 41.75%
G = 18.29%
B = 39.96%

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

#D25CC9 (or 0xD25CC9) is known color: Fuchsia. HEX triplet: D2, 5C and C9. RGB value is (210,92,201). Sum of RGB (Red+Green+Blue) = 210+92+201=503 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.75% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 201 (78.91% from 255 or 39.96% from 503); Max value from RGB is 210 - color contains mainly: red. Hex color #D25CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D25CC9 is #2DA336. Grayscale: #8B8B8B. Windows color (decimal): -2990903 or 13196498. OLE color: 13196498.

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

Color convert

RGB 210 92 201 -
CMYK 0 0.56 0.04 0.18
HSL 304.58º 0.57% 0.59% -
HSV(B) 304.58º 0.56% 0.82% -
XYZ 40.95 25.57 58.04 -
YUV 139.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 210 92 201 0 0.56 0.04 0.18 304.58 0.57 0.59
Hex D2 5C C9 0 38 4 12 131 39 3B
Octal 322 134 311 0 70 4 22 461 71 73
Binary 11010010 1011100 11001001 0 111000 100 10010 100110001 111001 111011

Color Harmonies of #D25CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25CC9

Black with #D25CC9

Text Example


Text Example

White with #D25CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25CC9; }

 p { color: rgb(210,92,201); }

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

background-color css

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

 a { background-color: rgb(210,92,201); }

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

border-color css

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

 span { border-color: rgb(210,92,201); }

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