Html Css Color HEX #D147CF Fuchsia

📋 copy color: '#D147CF'

red 209 ◦ green 71 ◦ blue 207

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

Shades of Fuchsia #D147CF

Tints of Fuchsia #D147CF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.58%

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

R = 42.92%
G = 14.58%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D147CF (or 0xD147CF) is known color: Fuchsia. HEX triplet: D1, 47 and CF. RGB value is (209,71,207). Sum of RGB (Red+Green+Blue) = 209+71+207=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 71 (28.12% from 255 or 14.58% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D147CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147CF is #2EB830. Grayscale: #7F7F7F. Windows color (decimal): -3061809 or 13584337. OLE color: 13584337.

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

Color convert

RGB 209 71 207 -
CMYK 0 0.66 0.01 0.18
HSL 300.87º 0.6% 0.55% -
HSV(B) 300.87º 0.66% 0.82% -
XYZ 39.81 22.57 61.29 -
YUV 127.77 172.72 185.94 -
System Red Green Blue C M Y K H S L
Decimal 209 71 207 0 0.66 0.01 0.18 300.87 0.6 0.55
Hex D1 47 CF 0 42 1 12 12D 3C 37
Octal 321 107 317 0 102 1 22 455 74 67
Binary 11010001 1000111 11001111 0 1000010 1 10010 100101101 111100 110111

Color Harmonies of #D147CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D147CF

Black with #D147CF

Text Example


Text Example

White with #D147CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D147CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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