Html Css Color HEX #D150CC Fuchsia

📋 copy color: '#D150CC'

red 209 ◦ green 80 ◦ blue 204

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

Shades of Fuchsia #D150CC

Tints of Fuchsia #D150CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 42.39%
G = 16.23%
B = 41.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D150CC (or 0xD150CC) is known color: Fuchsia. HEX triplet: D1, 50 and CC. RGB value is (209,80,204). Sum of RGB (Red+Green+Blue) = 209+80+204=493 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.39% from 493); Green value is 80 (31.64% from 255 or 16.23% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 209 - color contains mainly: red. Hex color #D150CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D150CC is #2EAF33. Grayscale: #848484. Windows color (decimal): -3059508 or 13390033. OLE color: 13390033.

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

Color convert

RGB 209 80 204 -
CMYK 0 0.62 0.02 0.18
HSL 302.33º 0.58% 0.57% -
HSV(B) 302.33º 0.62% 0.82% -
XYZ 40.06 23.65 59.58 -
YUV 132.71 168.24 182.42 -
System Red Green Blue C M Y K H S L
Decimal 209 80 204 0 0.62 0.02 0.18 302.33 0.58 0.57
Hex D1 50 CC 0 3E 2 12 12E 3A 39
Octal 321 120 314 0 76 2 22 456 72 71
Binary 11010001 1010000 11001100 0 111110 10 10010 100101110 111010 111001

Color Harmonies of #D150CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D150CC

Black with #D150CC

Text Example


Text Example

White with #D150CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D150CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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