Html Css Color HEX #D536C1 Fuchsia

📋 copy color: '#D536C1'

red 213 ◦ green 54 ◦ blue 193

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

Shades of Fuchsia #D536C1

Tints of Fuchsia #D536C1

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.74%

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

R = 46.3%
G = 11.74%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.16

RGB Variations

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

Color information

#D536C1 (or 0xD536C1) is known color: Fuchsia. HEX triplet: D5, 36 and C1. RGB value is (213,54,193). Sum of RGB (Red+Green+Blue) = 213+54+193=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C1 is #2AC93E. Grayscale: #747474. Windows color (decimal): -2804031 or 12662485. OLE color: 12662485.

HSL color Cylindrical-coordinate representation of color #D536C1: hue angle of 307.55º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D536C1 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 54 193 -
CMYK 0 0.75 0.09 0.16
HSL 307.55º 0.65% 0.52% -
HSV(B) 307.55º 0.75% 0.84% -
XYZ 38.39 20.63 52.41 -
YUV 117.39 170.68 196.2 -
System Red Green Blue C M Y K H S L
Decimal 213 54 193 0 0.75 0.09 0.16 307.55 0.65 0.52
Hex D5 36 C1 0 4B 9 10 134 41 34
Octal 325 66 301 0 113 11 20 464 101 64
Binary 11010101 110110 11000001 0 1001011 1001 10000 100110100 1000001 110100

Color Harmonies of #D536C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536C1

Black with #D536C1

Text Example


Text Example

White with #D536C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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