Html Css Color HEX #D543BC Fuchsia

📋 copy color: '#D543BC'

red 213 ◦ green 67 ◦ blue 188

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

Shades of Fuchsia #D543BC

Tints of Fuchsia #D543BC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.32%

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

R = 45.51%
G = 14.32%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D543BC (or 0xD543BC) is known color: Fuchsia. HEX triplet: D5, 43 and BC. RGB value is (213,67,188). Sum of RGB (Red+Green+Blue) = 213+67+188=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D543BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D543BC is #2ABC43. Grayscale: #7C7C7C. Windows color (decimal): -2800708 or 12338133. OLE color: 12338133.

HSL color Cylindrical-coordinate representation of color #D543BC: hue angle of 310.27º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D543BC is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 67 188 -
CMYK 0 0.69 0.12 0.16
HSL 310.27º 0.63% 0.55% -
HSV(B) 310.27º 0.69% 0.84% -
XYZ 38.52 21.79 49.75 -
YUV 124.45 163.87 191.16 -
System Red Green Blue C M Y K H S L
Decimal 213 67 188 0 0.69 0.12 0.16 310.27 0.63 0.55
Hex D5 43 BC 0 45 C 10 136 3F 37
Octal 325 103 274 0 105 14 20 466 77 67
Binary 11010101 1000011 10111100 0 1000101 1100 10000 100110110 111111 110111

Color Harmonies of #D543BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D543BC

Black with #D543BC

Text Example


Text Example

White with #D543BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D543BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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