Html Css Color HEX #D845B9 Fuchsia

📋 copy color: '#D845B9'

red 216 ◦ green 69 ◦ blue 185

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

Shades of Fuchsia #D845B9

Tints of Fuchsia #D845B9

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.68%

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 45.96%
G = 14.68%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D845B9 (or 0xD845B9) is known color: Fuchsia. HEX triplet: D8, 45 and B9. RGB value is (216,69,185). Sum of RGB (Red+Green+Blue) = 216+69+185=470 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.96% from 470); Green value is 69 (27.34% from 255 or 14.68% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 216 - color contains mainly: red. Hex color #D845B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D845B9 is #27BA46. Grayscale: #7D7D7D. Windows color (decimal): -2603591 or 12142040. OLE color: 12142040.

HSL color Cylindrical-coordinate representation of color #D845B9: hue angle of 312.65º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845B9 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 185 -
CMYK 0 0.68 0.14 0.15
HSL 312.65º 0.65% 0.56% -
HSV(B) 312.65º 0.68% 0.85% -
XYZ 39.2 22.36 48.15 -
YUV 126.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 216 69 185 0 0.68 0.14 0.15 312.65 0.65 0.56
Hex D8 45 B9 0 44 E F 139 41 38
Octal 330 105 271 0 104 16 17 471 101 70
Binary 11011000 1000101 10111001 0 1000100 1110 1111 100111001 1000001 111000

Color Harmonies of #D845B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D845B9

Black with #D845B9

Text Example


Text Example

White with #D845B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D845B9; }

 p { color: rgb(216,69,185); }

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

background-color css

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

 a { background-color: rgb(216,69,185); }

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

border-color css

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

 span { border-color: rgb(216,69,185); }

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