Html Css Color HEX #D132B5 Fuchsia

📋 copy color: '#D132B5'

red 209 ◦ green 50 ◦ blue 181

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

Shades of Fuchsia #D132B5

Tints of Fuchsia #D132B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.14%

R = 47.5%
G = 11.36%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.13

 K value IS 0.18

RGB Variations

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

Color information

#D132B5 (or 0xD132B5) is known color: Fuchsia. HEX triplet: D1, 32 and B5. RGB value is (209,50,181). Sum of RGB (Red+Green+Blue) = 209+50+181=440 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.5% from 440); Green value is 50 (19.92% from 255 or 11.36% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 209 - color contains mainly: red. Hex color #D132B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132B5 is #2ECD4A. Grayscale: #707070. Windows color (decimal): -3067211 or 11875025. OLE color: 11875025.

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

Color convert

RGB 209 50 181 -
CMYK 0 0.76 0.13 0.18
HSL 310.57º 0.63% 0.51% -
HSV(B) 310.57º 0.76% 0.82% -
XYZ 35.78 19.17 45.53 -
YUV 112.48 166.68 196.85 -
System Red Green Blue C M Y K H S L
Decimal 209 50 181 0 0.76 0.13 0.18 310.57 0.63 0.51
Hex D1 32 B5 0 4C D 12 137 3F 33
Octal 321 62 265 0 114 15 22 467 77 63
Binary 11010001 110010 10110101 0 1001100 1101 10010 100110111 111111 110011

Color Harmonies of #D132B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132B5

Black with #D132B5

Text Example


Text Example

White with #D132B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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