Html Css Color HEX #D538BC Fuchsia

📋 copy color: '#D538BC'

red 213 ◦ green 56 ◦ blue 188

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

Shades of Fuchsia #D538BC

Tints of Fuchsia #D538BC

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.25%

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

R = 46.61%
G = 12.25%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D538BC (or 0xD538BC) is known color: Fuchsia. HEX triplet: D5, 38 and BC. RGB value is (213,56,188). Sum of RGB (Red+Green+Blue) = 213+56+188=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 56 (22.27% from 255 or 12.25% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D538BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D538BC is #2AC743. Grayscale: #757575. Windows color (decimal): -2803524 or 12335317. OLE color: 12335317.

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

Color convert

RGB 213 56 188 -
CMYK 0 0.74 0.12 0.16
HSL 309.55º 0.65% 0.53% -
HSV(B) 309.55º 0.74% 0.84% -
XYZ 37.93 20.61 49.55 -
YUV 117.99 167.51 195.77 -
System Red Green Blue C M Y K H S L
Decimal 213 56 188 0 0.74 0.12 0.16 309.55 0.65 0.53
Hex D5 38 BC 0 4A C 10 136 41 35
Octal 325 70 274 0 112 14 20 466 101 65
Binary 11010101 111000 10111100 0 1001010 1100 10000 100110110 1000001 110101

Color Harmonies of #D538BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D538BC

Black with #D538BC

Text Example


Text Example

White with #D538BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D538BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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