Html Css Color HEX #D257B2 Fuchsia

📋 copy color: '#D257B2'

red 210 ◦ green 87 ◦ blue 178

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

Shades of Fuchsia #D257B2

Tints of Fuchsia #D257B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 37.47%

R = 44.21%
G = 18.32%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D257B2 (or 0xD257B2) is known color: Fuchsia. HEX triplet: D2, 57 and B2. RGB value is (210,87,178). Sum of RGB (Red+Green+Blue) = 210+87+178=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 178 (69.92% from 255 or 37.47% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D257B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D257B2 is #2DA84D. Grayscale: #858585. Windows color (decimal): -2992206 or 11687890. OLE color: 11687890.

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

Color convert

RGB 210 87 178 -
CMYK 0 0.59 0.15 0.18
HSL 315.61º 0.58% 0.58% -
HSV(B) 315.61º 0.59% 0.82% -
XYZ 38.02 23.73 44.7 -
YUV 134.15 152.75 182.1 -
System Red Green Blue C M Y K H S L
Decimal 210 87 178 0 0.59 0.15 0.18 315.61 0.58 0.58
Hex D2 57 B2 0 3B F 12 13C 3A 3A
Octal 322 127 262 0 73 17 22 474 72 72
Binary 11010010 1010111 10110010 0 111011 1111 10010 100111100 111010 111010

Color Harmonies of #D257B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D257B2

Black with #D257B2

Text Example


Text Example

White with #D257B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D257B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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