Html Css Color HEX #D534BC Fuchsia

📋 copy color: '#D534BC'

red 213 ◦ green 52 ◦ blue 188

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

Shades of Fuchsia #D534BC

Tints of Fuchsia #D534BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 41.5%

R = 47.02%
G = 11.48%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D534BC (or 0xD534BC) is known color: Fuchsia. HEX triplet: D5, 34 and BC. RGB value is (213,52,188). Sum of RGB (Red+Green+Blue) = 213+52+188=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 52 (20.70% from 255 or 11.48% from 453); Blue value is 188 (73.83% from 255 or 41.50% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D534BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D534BC is #2ACB43. Grayscale: #737373. Windows color (decimal): -2804548 or 12334293. OLE color: 12334293.

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

Color convert

RGB 213 52 188 -
CMYK 0 0.76 0.12 0.16
HSL 309.32º 0.66% 0.52% -
HSV(B) 309.32º 0.76% 0.84% -
XYZ 37.75 20.23 49.49 -
YUV 115.64 168.84 197.44 -
System Red Green Blue C M Y K H S L
Decimal 213 52 188 0 0.76 0.12 0.16 309.32 0.66 0.52
Hex D5 34 BC 0 4C C 10 135 42 34
Octal 325 64 274 0 114 14 20 465 102 64
Binary 11010101 110100 10111100 0 1001100 1100 10000 100110101 1000010 110100

Color Harmonies of #D534BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D534BC

Black with #D534BC

Text Example


Text Example

White with #D534BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D534BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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