Html Css Color HEX #D842B5 Fuchsia

📋 copy color: '#D842B5'

red 216 ◦ green 66 ◦ blue 181

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

Shades of Fuchsia #D842B5

Tints of Fuchsia #D842B5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.25%

 BLUE value IS 181 (71.09% from 255) = 39.09%

R = 46.65%
G = 14.25%
B = 39.09%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D842B5 (or 0xD842B5) is known color: Fuchsia. HEX triplet: D8, 42 and B5. RGB value is (216,66,181). Sum of RGB (Red+Green+Blue) = 216+66+181=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 181 (71.09% from 255 or 39.09% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D842B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D842B5 is #27BD4A. Grayscale: #7B7B7B. Windows color (decimal): -2604363 or 11879128. OLE color: 11879128.

HSL color Cylindrical-coordinate representation of color #D842B5: hue angle of 314º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D842B5 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 66 181 -
CMYK 0 0.69 0.16 0.15
HSL 314º 0.66% 0.55% -
HSV(B) 314º 0.69% 0.85% -
XYZ 38.61 21.83 45.9 -
YUV 123.96 160.2 193.65 -
System Red Green Blue C M Y K H S L
Decimal 216 66 181 0 0.69 0.16 0.15 314 0.66 0.55
Hex D8 42 B5 0 45 10 F 13A 42 37
Octal 330 102 265 0 105 20 17 472 102 67
Binary 11011000 1000010 10110101 0 1000101 10000 1111 100111010 1000010 110111

Color Harmonies of #D842B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D842B5

Black with #D842B5

Text Example


Text Example

White with #D842B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D842B5; }

 p { color: rgb(216,66,181); }

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

background-color css

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

 a { background-color: rgb(216,66,181); }

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

border-color css

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

 span { border-color: rgb(216,66,181); }

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