Html Css Color HEX #D146CF Fuchsia

📋 copy color: '#D146CF'

red 209 ◦ green 70 ◦ blue 207

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

Shades of Fuchsia #D146CF

Tints of Fuchsia #D146CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.59%

R = 43%
G = 14.4%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D146CF (or 0xD146CF) is known color: Fuchsia. HEX triplet: D1, 46 and CF. RGB value is (209,70,207). Sum of RGB (Red+Green+Blue) = 209+70+207=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 70 (27.73% from 255 or 14.40% from 486); Blue value is 207 (81.25% from 255 or 42.59% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D146CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D146CF is #2EB930. Grayscale: #7E7E7E. Windows color (decimal): -3062065 or 13584081. OLE color: 13584081.

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

Color convert

RGB 209 70 207 -
CMYK 0 0.67 0.01 0.18
HSL 300.86º 0.6% 0.55% -
HSV(B) 300.86º 0.67% 0.82% -
XYZ 39.75 22.44 61.27 -
YUV 127.18 173.05 186.36 -
System Red Green Blue C M Y K H S L
Decimal 209 70 207 0 0.67 0.01 0.18 300.86 0.6 0.55
Hex D1 46 CF 0 43 1 12 12D 3C 37
Octal 321 106 317 0 103 1 22 455 74 67
Binary 11010001 1000110 11001111 0 1000011 1 10010 100101101 111100 110111

Color Harmonies of #D146CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D146CF

Black with #D146CF

Text Example


Text Example

White with #D146CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D146CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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