Html Css Color HEX #D257C0 Fuchsia

📋 copy color: '#D257C0'

red 210 ◦ green 87 ◦ blue 192

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

Shades of Fuchsia #D257C0

Tints of Fuchsia #D257C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.26%

R = 42.94%
G = 17.79%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.09

 K value IS 0.18

RGB Variations

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

Color information

#D257C0 (or 0xD257C0) is known color: Fuchsia. HEX triplet: D2, 57 and C0. RGB value is (210,87,192). Sum of RGB (Red+Green+Blue) = 210+87+192=489 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.94% from 489); Green value is 87 (34.38% from 255 or 17.79% from 489); Blue value is 192 (75.39% from 255 or 39.26% from 489); Max value from RGB is 210 - color contains mainly: red. Hex color #D257C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257C0 is #2DA83F. Grayscale: #878787. Windows color (decimal): -2992192 or 12605394. OLE color: 12605394.

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

Color convert

RGB 210 87 192 -
CMYK 0 0.59 0.09 0.18
HSL 308.78º 0.58% 0.58% -
HSV(B) 308.78º 0.59% 0.82% -
XYZ 39.5 24.32 52.48 -
YUV 135.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 210 87 192 0 0.59 0.09 0.18 308.78 0.58 0.58
Hex D2 57 C0 0 3B 9 12 135 3A 3A
Octal 322 127 300 0 73 11 22 465 72 72
Binary 11010010 1010111 11000000 0 111011 1001 10010 100110101 111010 111010

Color Harmonies of #D257C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257C0

Black with #D257C0

Text Example


Text Example

White with #D257C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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