Html Css Color HEX #D256B7 Fuchsia

📋 copy color: '#D256B7'

red 210 ◦ green 86 ◦ blue 183

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

Shades of Fuchsia #D256B7

Tints of Fuchsia #D256B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.2%

R = 43.84%
G = 17.95%
B = 38.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D256B7 (or 0xD256B7) is known color: Fuchsia. HEX triplet: D2, 56 and B7. RGB value is (210,86,183). Sum of RGB (Red+Green+Blue) = 210+86+183=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 86 (33.98% from 255 or 17.95% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D256B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256B7 is #2DA948. Grayscale: #858585. Windows color (decimal): -2992457 or 12015314. OLE color: 12015314.

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

Color convert

RGB 210 86 183 -
CMYK 0 0.59 0.13 0.18
HSL 313.06º 0.58% 0.58% -
HSV(B) 313.06º 0.59% 0.82% -
XYZ 38.45 23.78 47.36 -
YUV 134.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 210 86 183 0 0.59 0.13 0.18 313.06 0.58 0.58
Hex D2 56 B7 0 3B D 12 139 3A 3A
Octal 322 126 267 0 73 15 22 471 72 72
Binary 11010010 1010110 10110111 0 111011 1101 10010 100111001 111010 111010

Color Harmonies of #D256B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D256B7

Black with #D256B7

Text Example


Text Example

White with #D256B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D256B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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