Html Css Color HEX #D855B7 Fuchsia

📋 copy color: '#D855B7'

red 216 ◦ green 85 ◦ blue 183

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

Shades of Fuchsia #D855B7

Tints of Fuchsia #D855B7

RGB

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

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

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

R = 44.63%
G = 17.56%
B = 37.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D855B7 (or 0xD855B7) is known color: Fuchsia. HEX triplet: D8, 55 and B7. RGB value is (216,85,183). Sum of RGB (Red+Green+Blue) = 216+85+183=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 85 (33.59% from 255 or 17.56% from 484); Blue value is 183 (71.88% from 255 or 37.81% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D855B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D855B7 is #27AA48. Grayscale: #878787. Windows color (decimal): -2599497 or 12015064. OLE color: 12015064.

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

Color convert

RGB 216 85 183 -
CMYK 0 0.61 0.15 0.15
HSL 315.11º 0.63% 0.59% -
HSV(B) 315.11º 0.61% 0.85% -
XYZ 40.11 24.51 47.42 -
YUV 135.34 154.9 185.53 -
System Red Green Blue C M Y K H S L
Decimal 216 85 183 0 0.61 0.15 0.15 315.11 0.63 0.59
Hex D8 55 B7 0 3D F F 13B 3F 3B
Octal 330 125 267 0 75 17 17 473 77 73
Binary 11011000 1010101 10110111 0 111101 1111 1111 100111011 111111 111011

Color Harmonies of #D855B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D855B7

Black with #D855B7

Text Example


Text Example

White with #D855B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D855B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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