Html Css Color HEX #D132D1 Fuchsia

📋 copy color: '#D132D1'

red 209 ◦ green 50 ◦ blue 209

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

Shades of Fuchsia #D132D1

Tints of Fuchsia #D132D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 44.66%

R = 44.66%
G = 10.68%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#D132D1 (or 0xD132D1) is known color: Fuchsia. HEX triplet: D1, 32 and D1. RGB value is (209,50,209). Sum of RGB (Red+Green+Blue) = 209+50+209=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 50 (19.92% from 255 or 10.68% from 468); Blue value is 209 (82.03% from 255 or 44.66% from 468); Max value from RGB is 209 - color contains mainly: red, blue. Hex color #D132D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132D1 is #2ECD2E. Grayscale: #737373. Windows color (decimal): -3067183 or 13710033. OLE color: 13710033.

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

Color convert

RGB 209 50 209 -
CMYK 0 0.76 0 0.18
HSL 300º 0.63% 0.51% -
HSV(B) 300º 0.76% 0.82% -
XYZ 38.94 20.44 62.21 -
YUV 115.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 209 50 209 0 0.76 0 0.18 300 0.63 0.51
Hex D1 32 D1 0 4C 0 12 12C 3F 33
Octal 321 62 321 0 114 0 22 454 77 63
Binary 11010001 110010 11010001 0 1001100 0 10010 100101100 111111 110011

Color Harmonies of #D132D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132D1

Black with #D132D1

Text Example


Text Example

White with #D132D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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