Html Css Color HEX #D536CE Fuchsia

📋 copy color: '#D536CE'

red 213 ◦ green 54 ◦ blue 206

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

Shades of Fuchsia #D536CE

Tints of Fuchsia #D536CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 43.55%

R = 45.03%
G = 11.42%
B = 43.55%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D536CE (or 0xD536CE) is known color: Fuchsia. HEX triplet: D5, 36 and CE. RGB value is (213,54,206). Sum of RGB (Red+Green+Blue) = 213+54+206=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 54 (21.48% from 255 or 11.42% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D536CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D536CE is #2AC931. Grayscale: #767676. Windows color (decimal): -2804018 or 13514453. OLE color: 13514453.

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

Color convert

RGB 213 54 206 -
CMYK 0 0.75 0.03 0.16
HSL 302.64º 0.65% 0.52% -
HSV(B) 302.64º 0.75% 0.84% -
XYZ 39.9 21.24 60.39 -
YUV 118.87 177.18 195.14 -
System Red Green Blue C M Y K H S L
Decimal 213 54 206 0 0.75 0.03 0.16 302.64 0.65 0.52
Hex D5 36 CE 0 4B 3 10 12F 41 34
Octal 325 66 316 0 113 3 20 457 101 64
Binary 11010101 110110 11001110 0 1001011 11 10000 100101111 1000001 110100

Color Harmonies of #D536CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D536CE

Black with #D536CE

Text Example


Text Example

White with #D536CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D536CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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