Html Css Color HEX #D146CC Fuchsia

📋 copy color: '#D146CC'

red 209 ◦ green 70 ◦ blue 204

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

Shades of Fuchsia #D146CC

Tints of Fuchsia #D146CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 43.27%
G = 14.49%
B = 42.24%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D146CC (or 0xD146CC) is known color: Fuchsia. HEX triplet: D1, 46 and CC. RGB value is (209,70,204). Sum of RGB (Red+Green+Blue) = 209+70+204=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 70 (27.73% from 255 or 14.49% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D146CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146CC is #2EB933. Grayscale: #7E7E7E. Windows color (decimal): -3062068 or 13387473. OLE color: 13387473.

HSL color Cylindrical-coordinate representation of color #D146CC: hue angle of 302.16º 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 #D146CC is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 70 204 -
CMYK 0 0.67 0.02 0.18
HSL 302.16º 0.6% 0.55% -
HSV(B) 302.16º 0.67% 0.82% -
XYZ 39.38 22.3 59.35 -
YUV 126.84 171.55 186.6 -
System Red Green Blue C M Y K H S L
Decimal 209 70 204 0 0.67 0.02 0.18 302.16 0.6 0.55
Hex D1 46 CC 0 43 2 12 12E 3C 37
Octal 321 106 314 0 103 2 22 456 74 67
Binary 11010001 1000110 11001100 0 1000011 10 10010 100101110 111100 110111

Color Harmonies of #D146CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146CC

Black with #D146CC

Text Example


Text Example

White with #D146CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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