Html Css Color HEX #D257CC Fuchsia

📋 copy color: '#D257CC'

red 210 ◦ green 87 ◦ blue 204

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

Shades of Fuchsia #D257CC

Tints of Fuchsia #D257CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.72%

R = 41.92%
G = 17.37%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D257CC (or 0xD257CC) is known color: Fuchsia. HEX triplet: D2, 57 and CC. RGB value is (210,87,204). Sum of RGB (Red+Green+Blue) = 210+87+204=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D257CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257CC is #2DA833. Grayscale: #888888. Windows color (decimal): -2992180 or 13391826. OLE color: 13391826.

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

Color convert

RGB 210 87 204 -
CMYK 0 0.59 0.03 0.18
HSL 302.93º 0.58% 0.58% -
HSV(B) 302.93º 0.59% 0.82% -
XYZ 40.89 24.88 59.77 -
YUV 137.12 165.75 179.99 -
System Red Green Blue C M Y K H S L
Decimal 210 87 204 0 0.59 0.03 0.18 302.93 0.58 0.58
Hex D2 57 CC 0 3B 3 12 12F 3A 3A
Octal 322 127 314 0 73 3 22 457 72 72
Binary 11010010 1010111 11001100 0 111011 11 10010 100101111 111010 111010

Color Harmonies of #D257CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257CC

Black with #D257CC

Text Example


Text Example

White with #D257CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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