Html Css Color HEX #D145BC Fuchsia

📋 copy color: '#D145BC'

red 209 ◦ green 69 ◦ blue 188

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

Shades of Fuchsia #D145BC

Tints of Fuchsia #D145BC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.81%

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 44.85%
G = 14.81%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D145BC (or 0xD145BC) is known color: Fuchsia. HEX triplet: D1, 45 and BC. RGB value is (209,69,188). Sum of RGB (Red+Green+Blue) = 209+69+188=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 209 - color contains mainly: red. Hex color #D145BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145BC is #2EBA43. Grayscale: #7C7C7C. Windows color (decimal): -3062340 or 12338641. OLE color: 12338641.

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

Color convert

RGB 209 69 188 -
CMYK 0 0.67 0.10 0.18
HSL 309º 0.6% 0.55% -
HSV(B) 309º 0.67% 0.82% -
XYZ 37.5 21.44 49.74 -
YUV 124.43 163.88 188.32 -
System Red Green Blue C M Y K H S L
Decimal 209 69 188 0 0.67 0.10 0.18 309 0.6 0.55
Hex D1 45 BC 0 43 A 12 135 3C 37
Octal 321 105 274 0 103 12 22 465 74 67
Binary 11010001 1000101 10111100 0 1000011 1010 10010 100110101 111100 110111

Color Harmonies of #D145BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145BC

Black with #D145BC

Text Example


Text Example

White with #D145BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145BC; }

 p { color: rgb(209,69,188); }

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

background-color css

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

 a { background-color: rgb(209,69,188); }

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

border-color css

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

 span { border-color: rgb(209,69,188); }

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