Html Css Color HEX #D150C0 Fuchsia

📋 copy color: '#D150C0'

red 209 ◦ green 80 ◦ blue 192

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

Shades of Fuchsia #D150C0

Tints of Fuchsia #D150C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 43.45%
G = 16.63%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.18

RGB Variations

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

Color information

#D150C0 (or 0xD150C0) is known color: Fuchsia. HEX triplet: D1, 50 and C0. RGB value is (209,80,192). Sum of RGB (Red+Green+Blue) = 209+80+192=481 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.45% from 481); Green value is 80 (31.64% from 255 or 16.63% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 209 - color contains mainly: red. Hex color #D150C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150C0 is #2EAF3F. Grayscale: #838383. Windows color (decimal): -3059520 or 12603601. OLE color: 12603601.

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

Color convert

RGB 209 80 192 -
CMYK 0 0.62 0.08 0.18
HSL 307.91º 0.58% 0.57% -
HSV(B) 307.91º 0.62% 0.82% -
XYZ 38.68 23.1 52.29 -
YUV 131.34 162.24 183.39 -
System Red Green Blue C M Y K H S L
Decimal 209 80 192 0 0.62 0.08 0.18 307.91 0.58 0.57
Hex D1 50 C0 0 3E 8 12 134 3A 39
Octal 321 120 300 0 76 10 22 464 72 71
Binary 11010001 1010000 11000000 0 111110 1000 10010 100110100 111010 111001

Color Harmonies of #D150C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150C0

Black with #D150C0

Text Example


Text Example

White with #D150C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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