Html Css Color HEX #D145B3 Fuchsia

📋 copy color: '#D145B3'

red 209 ◦ green 69 ◦ blue 179

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

Shades of Fuchsia #D145B3

Tints of Fuchsia #D145B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.17%

R = 45.73%
G = 15.1%
B = 39.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D145B3 (or 0xD145B3) is known color: Fuchsia. HEX triplet: D1, 45 and B3. RGB value is (209,69,179). Sum of RGB (Red+Green+Blue) = 209+69+179=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 69 (27.34% from 255 or 15.10% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D145B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145B3 is #2EBA4C. Grayscale: #7B7B7B. Windows color (decimal): -3062349 or 11748817. OLE color: 11748817.

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

Color convert

RGB 209 69 179 -
CMYK 0 0.67 0.14 0.18
HSL 312.86º 0.6% 0.55% -
HSV(B) 312.86º 0.67% 0.82% -
XYZ 36.56 21.07 44.79 -
YUV 123.4 159.38 189.06 -
System Red Green Blue C M Y K H S L
Decimal 209 69 179 0 0.67 0.14 0.18 312.86 0.6 0.55
Hex D1 45 B3 0 43 E 12 139 3C 37
Octal 321 105 263 0 103 16 22 471 74 67
Binary 11010001 1000101 10110011 0 1000011 1110 10010 100111001 111100 110111

Color Harmonies of #D145B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145B3

Black with #D145B3

Text Example


Text Example

White with #D145B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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