Html Css Color HEX #D145B8 Fuchsia

📋 copy color: '#D145B8'

red 209 ◦ green 69 ◦ blue 184

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

Shades of Fuchsia #D145B8

Tints of Fuchsia #D145B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.83%

R = 45.24%
G = 14.94%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D145B8 (or 0xD145B8) is known color: Fuchsia. HEX triplet: D1, 45 and B8. RGB value is (209,69,184). Sum of RGB (Red+Green+Blue) = 209+69+184=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D145B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D145B8 is #2EBA47. Grayscale: #7B7B7B. Windows color (decimal): -3062344 or 12076497. OLE color: 12076497.

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

Color convert

RGB 209 69 184 -
CMYK 0 0.67 0.12 0.18
HSL 310.71º 0.6% 0.55% -
HSV(B) 310.71º 0.67% 0.82% -
XYZ 37.07 21.27 47.5 -
YUV 123.97 161.88 188.65 -
System Red Green Blue C M Y K H S L
Decimal 209 69 184 0 0.67 0.12 0.18 310.71 0.6 0.55
Hex D1 45 B8 0 43 C 12 137 3C 37
Octal 321 105 270 0 103 14 22 467 74 67
Binary 11010001 1000101 10111000 0 1000011 1100 10010 100110111 111100 110111

Color Harmonies of #D145B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D145B8

Black with #D145B8

Text Example


Text Example

White with #D145B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D145B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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