Html Css Color HEX #D532C1 Fuchsia

📋 copy color: '#D532C1'

red 213 ◦ green 50 ◦ blue 193

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

Shades of Fuchsia #D532C1

Tints of Fuchsia #D532C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 42.32%

R = 46.71%
G = 10.96%
B = 42.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D532C1 (or 0xD532C1) is known color: Fuchsia. HEX triplet: D5, 32 and C1. RGB value is (213,50,193). Sum of RGB (Red+Green+Blue) = 213+50+193=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 50 (19.92% from 255 or 10.96% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D532C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D532C1 is #2ACD3E. Grayscale: #727272. Windows color (decimal): -2805055 or 12661461. OLE color: 12661461.

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

Color convert

RGB 213 50 193 -
CMYK 0 0.77 0.09 0.16
HSL 307.36º 0.66% 0.52% -
HSV(B) 307.36º 0.77% 0.84% -
XYZ 38.21 20.28 52.35 -
YUV 115.04 172 197.87 -
System Red Green Blue C M Y K H S L
Decimal 213 50 193 0 0.77 0.09 0.16 307.36 0.66 0.52
Hex D5 32 C1 0 4D 9 10 133 42 34
Octal 325 62 301 0 115 11 20 463 102 64
Binary 11010101 110010 11000001 0 1001101 1001 10000 100110011 1000010 110100

Color Harmonies of #D532C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D532C1

Black with #D532C1

Text Example


Text Example

White with #D532C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D532C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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