Html Css Color HEX #D532CC Fuchsia

📋 copy color: '#D532CC'

red 213 ◦ green 50 ◦ blue 204

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

Shades of Fuchsia #D532CC

Tints of Fuchsia #D532CC

RGB

 RED value IS 213 (83.59% from 255) = 45.61%

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

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

R = 45.61%
G = 10.71%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D532CC (or 0xD532CC) is known color: Fuchsia. HEX triplet: D5, 32 and CC. RGB value is (213,50,204). Sum of RGB (Red+Green+Blue) = 213+50+204=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 50 (19.92% from 255 or 10.71% from 467); Blue value is 204 (80.08% from 255 or 43.68% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D532CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532CC is #2ACD33. Grayscale: #737373. Windows color (decimal): -2805044 or 13382357. OLE color: 13382357.

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

Color convert

RGB 213 50 204 -
CMYK 0 0.77 0.04 0.16
HSL 303.31º 0.66% 0.52% -
HSV(B) 303.31º 0.77% 0.84% -
XYZ 39.48 20.79 59.06 -
YUV 116.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 213 50 204 0 0.77 0.04 0.16 303.31 0.66 0.52
Hex D5 32 CC 0 4D 4 10 12F 42 34
Octal 325 62 314 0 115 4 20 457 102 64
Binary 11010101 110010 11001100 0 1001101 100 10000 100101111 1000010 110100

Color Harmonies of #D532CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532CC

Black with #D532CC

Text Example


Text Example

White with #D532CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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