Html Css Color HEX #D132CC Fuchsia

📋 copy color: '#D132CC'

red 209 ◦ green 50 ◦ blue 204

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

Shades of Fuchsia #D132CC

Tints of Fuchsia #D132CC

RGB

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

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

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

R = 45.14%
G = 10.8%
B = 44.06%

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

#D132CC (or 0xD132CC) is known color: Fuchsia. HEX triplet: D1, 32 and CC. RGB value is (209,50,204). Sum of RGB (Red+Green+Blue) = 209+50+204=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 204 (80.08% from 255 or 44.06% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D132CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D132CC is #2ECD33. Grayscale: #727272. Windows color (decimal): -3067188 or 13382353. OLE color: 13382353.

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

Color convert

RGB 209 50 204 -
CMYK 0 0.76 0.02 0.18
HSL 301.89º 0.63% 0.51% -
HSV(B) 301.89º 0.76% 0.82% -
XYZ 38.33 20.2 59 -
YUV 115.1 178.18 194.98 -
System Red Green Blue C M Y K H S L
Decimal 209 50 204 0 0.76 0.02 0.18 301.89 0.63 0.51
Hex D1 32 CC 0 4C 2 12 12E 3F 33
Octal 321 62 314 0 114 2 22 456 77 63
Binary 11010001 110010 11001100 0 1001100 10 10010 100101110 111111 110011

Color Harmonies of #D132CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D132CC

Black with #D132CC

Text Example


Text Example

White with #D132CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D132CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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