Html Css Color HEX #D257C3 Fuchsia

📋 copy color: '#D257C3'

red 210 ◦ green 87 ◦ blue 195

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

Shades of Fuchsia #D257C3

Tints of Fuchsia #D257C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 39.63%

R = 42.68%
G = 17.68%
B = 39.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D257C3 (or 0xD257C3) is known color: Fuchsia. HEX triplet: D2, 57 and C3. RGB value is (210,87,195). Sum of RGB (Red+Green+Blue) = 210+87+195=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 87 (34.38% from 255 or 17.68% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D257C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257C3 is #2DA83C. Grayscale: #878787. Windows color (decimal): -2992189 or 12802002. OLE color: 12802002.

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

Color convert

RGB 210 87 195 -
CMYK 0 0.59 0.07 0.18
HSL 307.32º 0.58% 0.58% -
HSV(B) 307.32º 0.59% 0.82% -
XYZ 39.84 24.46 54.25 -
YUV 136.09 161.25 180.72 -
System Red Green Blue C M Y K H S L
Decimal 210 87 195 0 0.59 0.07 0.18 307.32 0.58 0.58
Hex D2 57 C3 0 3B 7 12 133 3A 3A
Octal 322 127 303 0 73 7 22 463 72 72
Binary 11010010 1010111 11000011 0 111011 111 10010 100110011 111010 111010

Color Harmonies of #D257C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257C3

Black with #D257C3

Text Example


Text Example

White with #D257C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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