Html Css Color HEX #D846C2 Fuchsia

📋 copy color: '#D846C2'

red 216 ◦ green 70 ◦ blue 194

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

Shades of Fuchsia #D846C2

Tints of Fuchsia #D846C2

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.58%

 BLUE value IS 194 (76.17% from 255) = 40.42%

R = 45%
G = 14.58%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D846C2 (or 0xD846C2) is known color: Fuchsia. HEX triplet: D8, 46 and C2. RGB value is (216,70,194). Sum of RGB (Red+Green+Blue) = 216+70+194=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 194 (76.17% from 255 or 40.42% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D846C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D846C2 is #27B93D. Grayscale: #7F7F7F. Windows color (decimal): -2603326 or 12732120. OLE color: 12732120.

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

Color convert

RGB 216 70 194 -
CMYK 0 0.68 0.10 0.15
HSL 309.04º 0.65% 0.56% -
HSV(B) 309.04º 0.68% 0.85% -
XYZ 40.25 22.87 53.33 -
YUV 127.79 165.37 190.92 -
System Red Green Blue C M Y K H S L
Decimal 216 70 194 0 0.68 0.10 0.15 309.04 0.65 0.56
Hex D8 46 C2 0 44 A F 135 41 38
Octal 330 106 302 0 104 12 17 465 101 70
Binary 11011000 1000110 11000010 0 1000100 1010 1111 100110101 1000001 111000

Color Harmonies of #D846C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D846C2

Black with #D846C2

Text Example


Text Example

White with #D846C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D846C2; }

 p { color: rgb(216,70,194); }

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

background-color css

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

 a { background-color: rgb(216,70,194); }

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

border-color css

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

 span { border-color: rgb(216,70,194); }

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