Html Css Color HEX #D145AF Fuchsia

📋 copy color: '#D145AF'

red 209 ◦ green 69 ◦ blue 175

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

Shades of Fuchsia #D145AF

Tints of Fuchsia #D145AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.63%

R = 46.14%
G = 15.23%
B = 38.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D145AF (or 0xD145AF) is known color: Fuchsia. HEX triplet: D1, 45 and AF. RGB value is (209,69,175). Sum of RGB (Red+Green+Blue) = 209+69+175=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 69 (27.34% from 255 or 15.23% from 453); Blue value is 175 (68.75% from 255 or 38.63% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D145AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D145AF is #2EBA50. Grayscale: #7A7A7A. Windows color (decimal): -3062353 or 11486673. OLE color: 11486673.

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

Color convert

RGB 209 69 175 -
CMYK 0 0.67 0.16 0.18
HSL 314.57º 0.6% 0.55% -
HSV(B) 314.57º 0.67% 0.82% -
XYZ 36.16 20.91 42.69 -
YUV 122.94 157.38 189.38 -
System Red Green Blue C M Y K H S L
Decimal 209 69 175 0 0.67 0.16 0.18 314.57 0.6 0.55
Hex D1 45 AF 0 43 10 12 13B 3C 37
Octal 321 105 257 0 103 20 22 473 74 67
Binary 11010001 1000101 10101111 0 1000011 10000 10010 100111011 111100 110111

Color Harmonies of #D145AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145AF

Black with #D145AF

Text Example


Text Example

White with #D145AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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