Html Css Color HEX #D256CB Fuchsia

📋 copy color: '#D256CB'

red 210 ◦ green 86 ◦ blue 203

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

Shades of Fuchsia #D256CB

Tints of Fuchsia #D256CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.68%

R = 42.08%
G = 17.23%
B = 40.68%

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

#D256CB (or 0xD256CB) is known color: Fuchsia. HEX triplet: D2, 56 and CB. RGB value is (210,86,203). Sum of RGB (Red+Green+Blue) = 210+86+203=499 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42.08% from 499); Green value is 86 (33.98% from 255 or 17.23% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 210 - color contains mainly: red. Hex color #D256CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D256CB is #2DA934. Grayscale: #888888. Windows color (decimal): -2992437 or 13326034. OLE color: 13326034.

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

Color convert

RGB 210 86 203 -
CMYK 0 0.59 0.03 0.18
HSL 303.39º 0.58% 0.58% -
HSV(B) 303.39º 0.59% 0.82% -
XYZ 40.69 24.67 59.12 -
YUV 136.41 165.58 180.49 -
System Red Green Blue C M Y K H S L
Decimal 210 86 203 0 0.59 0.03 0.18 303.39 0.58 0.58
Hex D2 56 CB 0 3B 3 12 12F 3A 3A
Octal 322 126 313 0 73 3 22 457 72 72
Binary 11010010 1010110 11001011 0 111011 11 10010 100101111 111010 111010

Color Harmonies of #D256CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D256CB

Black with #D256CB

Text Example


Text Example

White with #D256CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D256CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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