Html Css Color HEX #D536C0 Fuchsia

📋 copy color: '#D536C0'

red 213 ◦ green 54 ◦ blue 192

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

Shades of Fuchsia #D536C0

Tints of Fuchsia #D536C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.83%

R = 46.41%
G = 11.76%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D536C0 (or 0xD536C0) is known color: Fuchsia. HEX triplet: D5, 36 and C0. RGB value is (213,54,192). Sum of RGB (Red+Green+Blue) = 213+54+192=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C0 is #2AC93F. Grayscale: #747474. Windows color (decimal): -2804032 or 12596949. OLE color: 12596949.

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

Color convert

RGB 213 54 192 -
CMYK 0 0.75 0.10 0.16
HSL 307.92º 0.65% 0.52% -
HSV(B) 307.92º 0.75% 0.84% -
XYZ 38.27 20.59 51.83 -
YUV 117.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 213 54 192 0 0.75 0.10 0.16 307.92 0.65 0.52
Hex D5 36 C0 0 4B A 10 134 41 34
Octal 325 66 300 0 113 12 20 464 101 64
Binary 11010101 110110 11000000 0 1001011 1010 10000 100110100 1000001 110100

Color Harmonies of #D536C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536C0

Black with #D536C0

Text Example


Text Example

White with #D536C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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