Html Css Color HEX #D535BC Fuchsia

📋 copy color: '#D535BC'

red 213 ◦ green 53 ◦ blue 188

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

Shades of Fuchsia #D535BC

Tints of Fuchsia #D535BC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.67%

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

R = 46.92%
G = 11.67%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D535BC (or 0xD535BC) is known color: Fuchsia. HEX triplet: D5, 35 and BC. RGB value is (213,53,188). Sum of RGB (Red+Green+Blue) = 213+53+188=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 53 (21.09% from 255 or 11.67% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D535BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D535BC is #2ACA43. Grayscale: #737373. Windows color (decimal): -2804292 or 12334549. OLE color: 12334549.

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

Color convert

RGB 213 53 188 -
CMYK 0 0.75 0.12 0.16
HSL 309.38º 0.66% 0.52% -
HSV(B) 309.38º 0.75% 0.84% -
XYZ 37.79 20.32 49.51 -
YUV 116.23 168.51 197.02 -
System Red Green Blue C M Y K H S L
Decimal 213 53 188 0 0.75 0.12 0.16 309.38 0.66 0.52
Hex D5 35 BC 0 4B C 10 135 42 34
Octal 325 65 274 0 113 14 20 465 102 64
Binary 11010101 110101 10111100 0 1001011 1100 10000 100110101 1000010 110100

Color Harmonies of #D535BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D535BC

Black with #D535BC

Text Example


Text Example

White with #D535BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D535BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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