Html Css Color HEX #D532CA Fuchsia

📋 copy color: '#D532CA'

red 213 ◦ green 50 ◦ blue 202

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

Shades of Fuchsia #D532CA

Tints of Fuchsia #D532CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.44%

R = 45.81%
G = 10.75%
B = 43.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D532CA (or 0xD532CA) is known color: Fuchsia. HEX triplet: D5, 32 and CA. RGB value is (213,50,202). Sum of RGB (Red+Green+Blue) = 213+50+202=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D532CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532CA is #2ACD35. Grayscale: #737373. Windows color (decimal): -2805046 or 13251285. OLE color: 13251285.

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

Color convert

RGB 213 50 202 -
CMYK 0 0.77 0.05 0.16
HSL 304.05º 0.66% 0.52% -
HSV(B) 304.05º 0.77% 0.84% -
XYZ 39.24 20.69 57.8 -
YUV 116.07 176.5 197.14 -
System Red Green Blue C M Y K H S L
Decimal 213 50 202 0 0.77 0.05 0.16 304.05 0.66 0.52
Hex D5 32 CA 0 4D 5 10 130 42 34
Octal 325 62 312 0 115 5 20 460 102 64
Binary 11010101 110010 11001010 0 1001101 101 10000 100110000 1000010 110100

Color Harmonies of #D532CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532CA

Black with #D532CA

Text Example


Text Example

White with #D532CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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