Html Css Color HEX #D534C8 Fuchsia

📋 copy color: '#D534C8'

red 213 ◦ green 52 ◦ blue 200

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

Shades of Fuchsia #D534C8

Tints of Fuchsia #D534C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.01%

R = 45.81%
G = 11.18%
B = 43.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#D534C8 (or 0xD534C8) is known color: Fuchsia. HEX triplet: D5, 34 and C8. RGB value is (213,52,200). Sum of RGB (Red+Green+Blue) = 213+52+200=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 52 (20.70% from 255 or 11.18% from 465); Blue value is 200 (78.52% from 255 or 43.01% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D534C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534C8 is #2ACB37. Grayscale: #747474. Windows color (decimal): -2804536 or 13120725. OLE color: 13120725.

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

Color convert

RGB 213 52 200 -
CMYK 0 0.76 0.06 0.16
HSL 304.84º 0.66% 0.52% -
HSV(B) 304.84º 0.76% 0.84% -
XYZ 39.09 20.77 56.59 -
YUV 117.01 174.84 196.47 -
System Red Green Blue C M Y K H S L
Decimal 213 52 200 0 0.76 0.06 0.16 304.84 0.66 0.52
Hex D5 34 C8 0 4C 6 10 131 42 34
Octal 325 64 310 0 114 6 20 461 102 64
Binary 11010101 110100 11001000 0 1001100 110 10000 100110001 1000010 110100

Color Harmonies of #D534C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D534C8

Black with #D534C8

Text Example


Text Example

White with #D534C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D534C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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