Html Css Color HEX #D150C2 Fuchsia

📋 copy color: '#D150C2'

red 209 ◦ green 80 ◦ blue 194

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

Shades of Fuchsia #D150C2

Tints of Fuchsia #D150C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 40.17%

R = 43.27%
G = 16.56%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D150C2 (or 0xD150C2) is known color: Fuchsia. HEX triplet: D1, 50 and C2. RGB value is (209,80,194). Sum of RGB (Red+Green+Blue) = 209+80+194=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 194 (76.17% from 255 or 40.17% from 483); Max value from RGB is 209 - color contains mainly: red. Hex color #D150C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150C2 is #2EAF3D. Grayscale: #838383. Windows color (decimal): -3059518 or 12734673. OLE color: 12734673.

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

Color convert

RGB 209 80 194 -
CMYK 0 0.62 0.07 0.18
HSL 306.98º 0.58% 0.57% -
HSV(B) 306.98º 0.62% 0.82% -
XYZ 38.9 23.19 53.46 -
YUV 131.57 163.24 183.23 -
System Red Green Blue C M Y K H S L
Decimal 209 80 194 0 0.62 0.07 0.18 306.98 0.58 0.57
Hex D1 50 C2 0 3E 7 12 133 3A 39
Octal 321 120 302 0 76 7 22 463 72 71
Binary 11010001 1010000 11000010 0 111110 111 10010 100110011 111010 111001

Color Harmonies of #D150C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150C2

Black with #D150C2

Text Example


Text Example

White with #D150C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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