Html Css Color HEX #D130CC Fuchsia

📋 copy color: '#D130CC'

red 209 ◦ green 48 ◦ blue 204

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

Shades of Fuchsia #D130CC

Tints of Fuchsia #D130CC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.41%

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

R = 45.34%
G = 10.41%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D130CC (or 0xD130CC) is known color: Fuchsia. HEX triplet: D1, 30 and CC. RGB value is (209,48,204). Sum of RGB (Red+Green+Blue) = 209+48+204=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 48 (19.14% from 255 or 10.41% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D130CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D130CC is #2ECF33. Grayscale: #717171. Windows color (decimal): -3067700 or 13381841. OLE color: 13381841.

HSL color Cylindrical-coordinate representation of color #D130CC: hue angle of 301.86º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D130CC is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 48 204 -
CMYK 0 0.77 0.02 0.18
HSL 301.86º 0.64% 0.5% -
HSV(B) 301.86º 0.77% 0.82% -
XYZ 38.25 20.03 58.98 -
YUV 113.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 209 48 204 0 0.77 0.02 0.18 301.86 0.64 0.5
Hex D1 30 CC 0 4D 2 12 12E 40 32
Octal 321 60 314 0 115 2 22 456 100 62
Binary 11010001 110000 11001100 0 1001101 10 10010 100101110 1000000 110010

Color Harmonies of #D130CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D130CC

Black with #D130CC

Text Example


Text Example

White with #D130CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D130CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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