Html Css Color HEX #D146C7 Fuchsia

📋 copy color: '#D146C7'

red 209 ◦ green 70 ◦ blue 199

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

Shades of Fuchsia #D146C7

Tints of Fuchsia #D146C7

RGB

 RED value IS 209 (82.03% from 255) = 43.72%

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

 BLUE value IS 199 (78.13% from 255) = 41.63%

R = 43.72%
G = 14.64%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D146C7 (or 0xD146C7) is known color: Fuchsia. HEX triplet: D1, 46 and C7. RGB value is (209,70,199). Sum of RGB (Red+Green+Blue) = 209+70+199=478 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.72% from 478); Green value is 70 (27.73% from 255 or 14.64% from 478); Blue value is 199 (78.12% from 255 or 41.63% from 478); Max value from RGB is 209 - color contains mainly: red. Hex color #D146C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146C7 is #2EB938. Grayscale: #7D7D7D. Windows color (decimal): -3062073 or 13059793. OLE color: 13059793.

HSL color Cylindrical-coordinate representation of color #D146C7: hue angle of 304.32º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D146C7 is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 199 -
CMYK 0 0.67 0.05 0.18
HSL 304.32º 0.6% 0.55% -
HSV(B) 304.32º 0.67% 0.82% -
XYZ 38.79 22.06 56.25 -
YUV 126.27 169.05 187.01 -
System Red Green Blue C M Y K H S L
Decimal 209 70 199 0 0.67 0.05 0.18 304.32 0.6 0.55
Hex D1 46 C7 0 43 5 12 130 3C 37
Octal 321 106 307 0 103 5 22 460 74 67
Binary 11010001 1000110 11000111 0 1000011 101 10010 100110000 111100 110111

Color Harmonies of #D146C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146C7

Black with #D146C7

Text Example


Text Example

White with #D146C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146C7; }

 p { color: rgb(209,70,199); }

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

background-color css

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

 a { background-color: rgb(209,70,199); }

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

border-color css

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

 span { border-color: rgb(209,70,199); }

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