Html Css Color HEX #D132D7 Fuchsia

📋 copy color: '#D132D7'

red 209 ◦ green 50 ◦ blue 215

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

Shades of Fuchsia #D132D7

Tints of Fuchsia #D132D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.36%

R = 44.09%
G = 10.55%
B = 45.36%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D132D7 (or 0xD132D7) is known color: Fuchsia. HEX triplet: D1, 32 and D7. RGB value is (209,50,215). Sum of RGB (Red+Green+Blue) = 209+50+215=474 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.09% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 215 (84.38% from 255 or 45.36% from 474); Max value from RGB is 215 - color contains mainly: blue. Hex color #D132D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132D7 is #2ECD28. Grayscale: #737373. Windows color (decimal): -3067177 or 14103249. OLE color: 14103249.

HSL color Cylindrical-coordinate representation of color #D132D7: hue angle of 297.82º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D132D7 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 50 215 -
CMYK 0.03 0.77 0 0.16
HSL 297.82º 0.67% 0.52% -
HSV(B) 297.82º 0.77% 0.84% -
XYZ 39.7 20.74 66.2 -
YUV 116.35 183.68 194.08 -
System Red Green Blue C M Y K H S L
Decimal 209 50 215 0.03 0.77 0 0.16 297.82 0.67 0.52
Hex D1 32 D7 3 4D 0 10 12A 43 34
Octal 321 62 327 3 115 0 20 452 103 64
Binary 11010001 110010 11010111 11 1001101 0 10000 100101010 1000011 110100

Color Harmonies of #D132D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132D7

Black with #D132D7

Text Example


Text Example

White with #D132D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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