Html Css Color HEX #D332D7 Fuchsia

📋 copy color: '#D332D7'

red 211 ◦ green 50 ◦ blue 215

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

Shades of Fuchsia #D332D7

Tints of Fuchsia #D332D7

RGB

 RED value IS 211 (82.81% from 255) = 44.33%

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

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

R = 44.33%
G = 10.5%
B = 45.17%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D332D7 (or 0xD332D7) is known color: Fuchsia. HEX triplet: D3, 32 and D7. RGB value is (211,50,215). Sum of RGB (Red+Green+Blue) = 211+50+215=476 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.33% from 476); Green value is 50 (19.92% from 255 or 10.50% from 476); Blue value is 215 (84.38% from 255 or 45.17% from 476); Max value from RGB is 215 - color contains mainly: blue. Hex color #D332D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D332D7 is #2CCD28. Grayscale: #747474. Windows color (decimal): -2936105 or 14103251. OLE color: 14103251.

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

Color convert

RGB 211 50 215 -
CMYK 0.02 0.77 0 0.16
HSL 298.55º 0.67% 0.52% -
HSV(B) 298.55º 0.77% 0.84% -
XYZ 40.27 21.04 66.23 -
YUV 116.95 183.34 195.08 -
System Red Green Blue C M Y K H S L
Decimal 211 50 215 0.02 0.77 0 0.16 298.55 0.67 0.52
Hex D3 32 D7 2 4D 0 10 12B 43 34
Octal 323 62 327 2 115 0 20 453 103 64
Binary 11010011 110010 11010111 10 1001101 0 10000 100101011 1000011 110100

Color Harmonies of #D332D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D332D7

Black with #D332D7

Text Example


Text Example

White with #D332D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D332D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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