Html Css Color HEX #D145B5 Fuchsia

📋 copy color: '#D145B5'

red 209 ◦ green 69 ◦ blue 181

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

Shades of Fuchsia #D145B5

Tints of Fuchsia #D145B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.43%

R = 45.53%
G = 15.03%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D145B5 (or 0xD145B5) is known color: Fuchsia. HEX triplet: D1, 45 and B5. RGB value is (209,69,181). Sum of RGB (Red+Green+Blue) = 209+69+181=459 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.53% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 181 (71.09% from 255 or 39.43% from 459); Max value from RGB is 209 - color contains mainly: red. Hex color #D145B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145B5 is #2EBA4A. Grayscale: #7B7B7B. Windows color (decimal): -3062347 or 11879889. OLE color: 11879889.

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

Color convert

RGB 209 69 181 -
CMYK 0 0.67 0.13 0.18
HSL 312º 0.6% 0.55% -
HSV(B) 312º 0.67% 0.82% -
XYZ 36.76 21.15 45.86 -
YUV 123.63 160.38 188.89 -
System Red Green Blue C M Y K H S L
Decimal 209 69 181 0 0.67 0.13 0.18 312 0.6 0.55
Hex D1 45 B5 0 43 D 12 138 3C 37
Octal 321 105 265 0 103 15 22 470 74 67
Binary 11010001 1000101 10110101 0 1000011 1101 10010 100111000 111100 110111

Color Harmonies of #D145B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145B5

Black with #D145B5

Text Example


Text Example

White with #D145B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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