Html Css Color HEX #D946C4 Fuchsia

📋 copy color: '#D946C4'

red 217 ◦ green 70 ◦ blue 196

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

Shades of Fuchsia #D946C4

Tints of Fuchsia #D946C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 40.58%

R = 44.93%
G = 14.49%
B = 40.58%

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

#D946C4 (or 0xD946C4) is known color: Fuchsia. HEX triplet: D9, 46 and C4. RGB value is (217,70,196). Sum of RGB (Red+Green+Blue) = 217+70+196=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 196 (76.95% from 255 or 40.58% from 483); Max value from RGB is 217 - color contains mainly: red. Hex color #D946C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D946C4 is #26B93B. Grayscale: #7F7F7F. Windows color (decimal): -2537788 or 12863193. OLE color: 12863193.

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

Color convert

RGB 217 70 196 -
CMYK 0 0.68 0.10 0.15
HSL 308.57º 0.66% 0.56% -
HSV(B) 308.57º 0.68% 0.85% -
XYZ 40.77 23.12 54.54 -
YUV 128.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 217 70 196 0 0.68 0.10 0.15 308.57 0.66 0.56
Hex D9 46 C4 0 44 A F 135 42 38
Octal 331 106 304 0 104 12 17 465 102 70
Binary 11011001 1000110 11000100 0 1000100 1010 1111 100110101 1000010 111000

Color Harmonies of #D946C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D946C4

Black with #D946C4

Text Example


Text Example

White with #D946C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D946C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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