Html Css Color HEX #D132CD Fuchsia

📋 copy color: '#D132CD'

red 209 ◦ green 50 ◦ blue 205

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

Shades of Fuchsia #D132CD

Tints of Fuchsia #D132CD

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.78%

 BLUE value IS 205 (80.47% from 255) = 44.18%

R = 45.04%
G = 10.78%
B = 44.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D132CD (or 0xD132CD) is known color: Fuchsia. HEX triplet: D1, 32 and CD. RGB value is (209,50,205). Sum of RGB (Red+Green+Blue) = 209+50+205=464 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.04% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 205 (80.47% from 255 or 44.18% from 464); Max value from RGB is 209 - color contains mainly: red. Hex color #D132CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132CD is #2ECD32. Grayscale: #727272. Windows color (decimal): -3067187 or 13447889. OLE color: 13447889.

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

Color convert

RGB 209 50 205 -
CMYK 0 0.76 0.02 0.18
HSL 301.51º 0.63% 0.51% -
HSV(B) 301.51º 0.76% 0.82% -
XYZ 38.45 20.24 59.64 -
YUV 115.21 178.68 194.9 -
System Red Green Blue C M Y K H S L
Decimal 209 50 205 0 0.76 0.02 0.18 301.51 0.63 0.51
Hex D1 32 CD 0 4C 2 12 12E 3F 33
Octal 321 62 315 0 114 2 22 456 77 63
Binary 11010001 110010 11001101 0 1001100 10 10010 100101110 111111 110011

Color Harmonies of #D132CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132CD

Black with #D132CD

Text Example


Text Example

White with #D132CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132CD; }

 p { color: rgb(209,50,205); }

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

background-color css

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

 a { background-color: rgb(209,50,205); }

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

border-color css

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

 span { border-color: rgb(209,50,205); }

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