Html Css Color HEX #D855C0 Fuchsia

📋 copy color: '#D855C0'

red 216 ◦ green 85 ◦ blue 192

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

Shades of Fuchsia #D855C0

Tints of Fuchsia #D855C0

RGB

 RED value IS 216 (84.77% from 255) = 43.81%

 GREEN value IS 85 (33.59% from 255) = 17.24%

 BLUE value IS 192 (75.39% from 255) = 38.95%

R = 43.81%
G = 17.24%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D855C0 (or 0xD855C0) is known color: Fuchsia. HEX triplet: D8, 55 and C0. RGB value is (216,85,192). Sum of RGB (Red+Green+Blue) = 216+85+192=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 85 (33.59% from 255 or 17.24% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D855C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855C0 is #27AA3F. Grayscale: #888888. Windows color (decimal): -2599488 or 12604888. OLE color: 12604888.

HSL color Cylindrical-coordinate representation of color #D855C0: hue angle of 310.99º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D855C0 is Cyan = 0, Magento = 0.61, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 85 192 -
CMYK 0 0.61 0.11 0.15
HSL 310.99º 0.63% 0.59% -
HSV(B) 310.99º 0.61% 0.85% -
XYZ 41.08 24.9 52.51 -
YUV 136.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 216 85 192 0 0.61 0.11 0.15 310.99 0.63 0.59
Hex D8 55 C0 0 3D B F 137 3F 3B
Octal 330 125 300 0 75 13 17 467 77 73
Binary 11011000 1010101 11000000 0 111101 1011 1111 100110111 111111 111011

Color Harmonies of #D855C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855C0

Black with #D855C0

Text Example


Text Example

White with #D855C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855C0; }

 p { color: rgb(216,85,192); }

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

background-color css

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

 a { background-color: rgb(216,85,192); }

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

border-color css

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

 span { border-color: rgb(216,85,192); }

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