Html Css Color HEX #D536C4 Fuchsia

📋 copy color: '#D536C4'

red 213 ◦ green 54 ◦ blue 196

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

Shades of Fuchsia #D536C4

Tints of Fuchsia #D536C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 42.33%

R = 46%
G = 11.66%
B = 42.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D536C4 (or 0xD536C4) is known color: Fuchsia. HEX triplet: D5, 36 and C4. RGB value is (213,54,196). Sum of RGB (Red+Green+Blue) = 213+54+196=463 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.00% from 463); Green value is 54 (21.48% from 255 or 11.66% from 463); Blue value is 196 (76.95% from 255 or 42.33% from 463); Max value from RGB is 213 - color contains mainly: red. Hex color #D536C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536C4 is #2AC93B. Grayscale: #757575. Windows color (decimal): -2804028 or 12859093. OLE color: 12859093.

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

Color convert

RGB 213 54 196 -
CMYK 0 0.75 0.08 0.16
HSL 306.42º 0.65% 0.52% -
HSV(B) 306.42º 0.75% 0.84% -
XYZ 38.72 20.77 54.19 -
YUV 117.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 213 54 196 0 0.75 0.08 0.16 306.42 0.65 0.52
Hex D5 36 C4 0 4B 8 10 132 41 34
Octal 325 66 304 0 113 10 20 462 101 64
Binary 11010101 110110 11000100 0 1001011 1000 10000 100110010 1000001 110100

Color Harmonies of #D536C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536C4

Black with #D536C4

Text Example


Text Example

White with #D536C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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