Html Css Color HEX #D147CB Fuchsia

📋 copy color: '#D147CB'

red 209 ◦ green 71 ◦ blue 203

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

Shades of Fuchsia #D147CB

Tints of Fuchsia #D147CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 42.03%

R = 43.27%
G = 14.7%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#D147CB (or 0xD147CB) is known color: Fuchsia. HEX triplet: D1, 47 and CB. RGB value is (209,71,203). Sum of RGB (Red+Green+Blue) = 209+71+203=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 71 (28.12% from 255 or 14.70% from 483); Blue value is 203 (79.69% from 255 or 42.03% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D147CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D147CB is #2EB834. Grayscale: #7E7E7E. Windows color (decimal): -3061813 or 13322193. OLE color: 13322193.

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

Color convert

RGB 209 71 203 -
CMYK 0 0.66 0.03 0.18
HSL 302.61º 0.6% 0.55% -
HSV(B) 302.61º 0.66% 0.82% -
XYZ 39.33 22.37 58.75 -
YUV 127.31 170.72 186.27 -
System Red Green Blue C M Y K H S L
Decimal 209 71 203 0 0.66 0.03 0.18 302.61 0.6 0.55
Hex D1 47 CB 0 42 3 12 12F 3C 37
Octal 321 107 313 0 102 3 22 457 74 67
Binary 11010001 1000111 11001011 0 1000010 11 10010 100101111 111100 110111

Color Harmonies of #D147CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D147CB

Black with #D147CB

Text Example


Text Example

White with #D147CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D147CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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