Html Css Color HEX #D257C5 Fuchsia

📋 copy color: '#D257C5'

red 210 ◦ green 87 ◦ blue 197

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

Shades of Fuchsia #D257C5

Tints of Fuchsia #D257C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.88%

R = 42.51%
G = 17.61%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.18

RGB Variations

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

Color information

#D257C5 (or 0xD257C5) is known color: Fuchsia. HEX triplet: D2, 57 and C5. RGB value is (210,87,197). Sum of RGB (Red+Green+Blue) = 210+87+197=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 197 (77.34% from 255 or 39.88% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D257C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257C5 is #2DA83A. Grayscale: #888888. Windows color (decimal): -2992187 or 12933074. OLE color: 12933074.

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

Color convert

RGB 210 87 197 -
CMYK 0 0.59 0.06 0.18
HSL 306.34º 0.58% 0.58% -
HSV(B) 306.34º 0.59% 0.82% -
XYZ 40.06 24.55 55.45 -
YUV 136.32 162.25 180.56 -
System Red Green Blue C M Y K H S L
Decimal 210 87 197 0 0.59 0.06 0.18 306.34 0.58 0.58
Hex D2 57 C5 0 3B 6 12 132 3A 3A
Octal 322 127 305 0 73 6 22 462 72 72
Binary 11010010 1010111 11000101 0 111011 110 10010 100110010 111010 111010

Color Harmonies of #D257C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257C5

Black with #D257C5

Text Example


Text Example

White with #D257C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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