Html Css Color HEX #D257C9 Fuchsia

📋 copy color: '#D257C9'

red 210 ◦ green 87 ◦ blue 201

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

Shades of Fuchsia #D257C9

Tints of Fuchsia #D257C9

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.47%

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

R = 42.17%
G = 17.47%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D257C9 (or 0xD257C9) is known color: Fuchsia. HEX triplet: D2, 57 and C9. RGB value is (210,87,201). Sum of RGB (Red+Green+Blue) = 210+87+201=498 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.17% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 210 - color contains mainly: red. Hex color #D257C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257C9 is #2DA836. Grayscale: #888888. Windows color (decimal): -2992183 or 13195218. OLE color: 13195218.

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

Color convert

RGB 210 87 201 -
CMYK 0 0.59 0.04 0.18
HSL 304.39º 0.58% 0.58% -
HSV(B) 304.39º 0.59% 0.82% -
XYZ 40.53 24.74 57.9 -
YUV 136.77 164.25 180.23 -
System Red Green Blue C M Y K H S L
Decimal 210 87 201 0 0.59 0.04 0.18 304.39 0.58 0.58
Hex D2 57 C9 0 3B 4 12 130 3A 3A
Octal 322 127 311 0 73 4 22 460 72 72
Binary 11010010 1010111 11001001 0 111011 100 10010 100110000 111010 111010

Color Harmonies of #D257C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257C9

Black with #D257C9

Text Example


Text Example

White with #D257C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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