Html Css Color HEX #D534CE Fuchsia

📋 copy color: '#D534CE'

red 213 ◦ green 52 ◦ blue 206

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

Shades of Fuchsia #D534CE

Tints of Fuchsia #D534CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.04%

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

R = 45.22%
G = 11.04%
B = 43.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D534CE (or 0xD534CE) is known color: Fuchsia. HEX triplet: D5, 34 and CE. RGB value is (213,52,206). Sum of RGB (Red+Green+Blue) = 213+52+206=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 52 (20.70% from 255 or 11.04% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D534CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534CE is #2ACB31. Grayscale: #757575. Windows color (decimal): -2804530 or 13513941. OLE color: 13513941.

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

Color convert

RGB 213 52 206 -
CMYK 0 0.76 0.03 0.16
HSL 302.61º 0.66% 0.52% -
HSV(B) 302.61º 0.76% 0.84% -
XYZ 39.81 21.06 60.36 -
YUV 117.7 177.84 195.98 -
System Red Green Blue C M Y K H S L
Decimal 213 52 206 0 0.76 0.03 0.16 302.61 0.66 0.52
Hex D5 34 CE 0 4C 3 10 12F 42 34
Octal 325 64 316 0 114 3 20 457 102 64
Binary 11010101 110100 11001110 0 1001100 11 10000 100101111 1000010 110100

Color Harmonies of #D534CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D534CE

Black with #D534CE

Text Example


Text Example

White with #D534CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D534CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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