Html Css Color HEX #D536C2 Fuchsia

📋 copy color: '#D536C2'

red 213 ◦ green 54 ◦ blue 194

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

Shades of Fuchsia #D536C2

Tints of Fuchsia #D536C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.08%

R = 46.2%
G = 11.71%
B = 42.08%

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

#D536C2 (or 0xD536C2) is known color: Fuchsia. HEX triplet: D5, 36 and C2. RGB value is (213,54,194). Sum of RGB (Red+Green+Blue) = 213+54+194=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 54 (21.48% from 255 or 11.71% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C2 is #2AC93D. Grayscale: #757575. Windows color (decimal): -2804030 or 12728021. OLE color: 12728021.

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

Color convert

RGB 213 54 194 -
CMYK 0 0.75 0.09 0.16
HSL 307.17º 0.65% 0.52% -
HSV(B) 307.17º 0.75% 0.84% -
XYZ 38.5 20.68 53 -
YUV 117.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 213 54 194 0 0.75 0.09 0.16 307.17 0.65 0.52
Hex D5 36 C2 0 4B 9 10 133 41 34
Octal 325 66 302 0 113 11 20 463 101 64
Binary 11010101 110110 11000010 0 1001011 1001 10000 100110011 1000001 110100

Color Harmonies of #D536C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536C2

Black with #D536C2

Text Example


Text Example

White with #D536C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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