Html Css Color HEX #D256AF Fuchsia

📋 copy color: '#D256AF'

red 210 ◦ green 86 ◦ blue 175

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

Shades of Fuchsia #D256AF

Tints of Fuchsia #D256AF

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.26%

 BLUE value IS 175 (68.75% from 255) = 37.15%

R = 44.59%
G = 18.26%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D256AF (or 0xD256AF) is known color: Fuchsia. HEX triplet: D2, 56 and AF. RGB value is (210,86,175). Sum of RGB (Red+Green+Blue) = 210+86+175=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 86 (33.98% from 255 or 18.26% from 471); Blue value is 175 (68.75% from 255 or 37.15% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D256AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D256AF is #2DA950. Grayscale: #848484. Windows color (decimal): -2992465 or 11491026. OLE color: 11491026.

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

Color convert

RGB 210 86 175 -
CMYK 0 0.59 0.17 0.18
HSL 316.94º 0.58% 0.58% -
HSV(B) 316.94º 0.59% 0.82% -
XYZ 37.64 23.45 43.1 -
YUV 133.22 151.58 182.76 -
System Red Green Blue C M Y K H S L
Decimal 210 86 175 0 0.59 0.17 0.18 316.94 0.58 0.58
Hex D2 56 AF 0 3B 11 12 13D 3A 3A
Octal 322 126 257 0 73 21 22 475 72 72
Binary 11010010 1010110 10101111 0 111011 10001 10010 100111101 111010 111010

Color Harmonies of #D256AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D256AF

Black with #D256AF

Text Example


Text Example

White with #D256AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D256AF; }

 p { color: rgb(210,86,175); }

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

background-color css

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

 a { background-color: rgb(210,86,175); }

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

border-color css

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

 span { border-color: rgb(210,86,175); }

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