Html Css Color HEX #D946C1 Fuchsia

📋 copy color: '#D946C1'

red 217 ◦ green 70 ◦ blue 193

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

Shades of Fuchsia #D946C1

Tints of Fuchsia #D946C1

RGB

 RED value IS 217 (85.16% from 255) = 45.21%

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

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 45.21%
G = 14.58%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D946C1 (or 0xD946C1) is known color: Fuchsia. HEX triplet: D9, 46 and C1. RGB value is (217,70,193). Sum of RGB (Red+Green+Blue) = 217+70+193=480 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.21% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C1 is #26B93E. Grayscale: #7F7F7F. Windows color (decimal): -2537791 or 12666585. OLE color: 12666585.

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

Color convert

RGB 217 70 193 -
CMYK 0 0.68 0.11 0.15
HSL 309.8º 0.66% 0.56% -
HSV(B) 309.8º 0.68% 0.85% -
XYZ 40.43 22.98 52.76 -
YUV 127.98 164.7 191.5 -
System Red Green Blue C M Y K H S L
Decimal 217 70 193 0 0.68 0.11 0.15 309.8 0.66 0.56
Hex D9 46 C1 0 44 B F 136 42 38
Octal 331 106 301 0 104 13 17 466 102 70
Binary 11011001 1000110 11000001 0 1000100 1011 1111 100110110 1000010 111000

Color Harmonies of #D946C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946C1

Black with #D946C1

Text Example


Text Example

White with #D946C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946C1; }

 p { color: rgb(217,70,193); }

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

background-color css

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

 a { background-color: rgb(217,70,193); }

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

border-color css

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

 span { border-color: rgb(217,70,193); }

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