Html Css Color HEX #D150B4 Fuchsia

📋 copy color: '#D150B4'

red 209 ◦ green 80 ◦ blue 180

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

Shades of Fuchsia #D150B4

Tints of Fuchsia #D150B4

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.06%

 BLUE value IS 180 (70.7% from 255) = 38.38%

R = 44.56%
G = 17.06%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#D150B4 (or 0xD150B4) is known color: Fuchsia. HEX triplet: D1, 50 and B4. RGB value is (209,80,180). Sum of RGB (Red+Green+Blue) = 209+80+180=469 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.56% from 469); Green value is 80 (31.64% from 255 or 17.06% from 469); Blue value is 180 (70.70% from 255 or 38.38% from 469); Max value from RGB is 209 - color contains mainly: red. Hex color #D150B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150B4 is #2EAF4B. Grayscale: #818181. Windows color (decimal): -3059532 or 11817169. OLE color: 11817169.

HSL color Cylindrical-coordinate representation of color #D150B4: hue angle of 313.49º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D150B4 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 180 -
CMYK 0 0.62 0.14 0.18
HSL 313.49º 0.58% 0.57% -
HSV(B) 313.49º 0.62% 0.82% -
XYZ 37.4 22.59 45.57 -
YUV 129.97 156.24 184.37 -
System Red Green Blue C M Y K H S L
Decimal 209 80 180 0 0.62 0.14 0.18 313.49 0.58 0.57
Hex D1 50 B4 0 3E E 12 139 3A 39
Octal 321 120 264 0 76 16 22 471 72 71
Binary 11010001 1010000 10110100 0 111110 1110 10010 100111001 111010 111001

Color Harmonies of #D150B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150B4

Black with #D150B4

Text Example


Text Example

White with #D150B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150B4; }

 p { color: rgb(209,80,180); }

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

background-color css

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

 a { background-color: rgb(209,80,180); }

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

border-color css

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

 span { border-color: rgb(209,80,180); }

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