Html Css Color HEX #D257B8 Fuchsia

📋 copy color: '#D257B8'

red 210 ◦ green 87 ◦ blue 184

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

Shades of Fuchsia #D257B8

Tints of Fuchsia #D257B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 38.25%

R = 43.66%
G = 18.09%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D257B8 (or 0xD257B8) is known color: Fuchsia. HEX triplet: D2, 57 and B8. RGB value is (210,87,184). Sum of RGB (Red+Green+Blue) = 210+87+184=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 87 (34.38% from 255 or 18.09% from 481); Blue value is 184 (72.27% from 255 or 38.25% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D257B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D257B8 is #2DA847. Grayscale: #868686. Windows color (decimal): -2992200 or 12081106. OLE color: 12081106.

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

Color convert

RGB 210 87 184 -
CMYK 0 0.59 0.12 0.18
HSL 312.68º 0.58% 0.58% -
HSV(B) 312.68º 0.59% 0.82% -
XYZ 38.64 23.98 47.94 -
YUV 134.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 210 87 184 0 0.59 0.12 0.18 312.68 0.58 0.58
Hex D2 57 B8 0 3B C 12 139 3A 3A
Octal 322 127 270 0 73 14 22 471 72 72
Binary 11010010 1010111 10111000 0 111011 1100 10010 100111001 111010 111010

Color Harmonies of #D257B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257B8

Black with #D257B8

Text Example


Text Example

White with #D257B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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