Html Css Color HEX #D537CB Fuchsia

📋 copy color: '#D537CB'

red 213 ◦ green 55 ◦ blue 203

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

Shades of Fuchsia #D537CB

Tints of Fuchsia #D537CB

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.68%

 BLUE value IS 203 (79.69% from 255) = 43.1%

R = 45.22%
G = 11.68%
B = 43.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D537CB (or 0xD537CB) is known color: Fuchsia. HEX triplet: D5, 37 and CB. RGB value is (213,55,203). Sum of RGB (Red+Green+Blue) = 213+55+203=471 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.22% from 471); Green value is 55 (21.88% from 255 or 11.68% from 471); Blue value is 203 (79.69% from 255 or 43.10% from 471); Max value from RGB is 213 - color contains mainly: red. Hex color #D537CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D537CB is #2AC834. Grayscale: #767676. Windows color (decimal): -2803765 or 13318101. OLE color: 13318101.

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

Color convert

RGB 213 55 203 -
CMYK 0 0.74 0.05 0.16
HSL 303.8º 0.65% 0.53% -
HSV(B) 303.8º 0.74% 0.84% -
XYZ 39.59 21.19 58.5 -
YUV 119.11 175.35 194.97 -
System Red Green Blue C M Y K H S L
Decimal 213 55 203 0 0.74 0.05 0.16 303.8 0.65 0.53
Hex D5 37 CB 0 4A 5 10 130 41 35
Octal 325 67 313 0 112 5 20 460 101 65
Binary 11010101 110111 11001011 0 1001010 101 10000 100110000 1000001 110101

Color Harmonies of #D537CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D537CB

Black with #D537CB

Text Example


Text Example

White with #D537CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D537CB; }

 p { color: rgb(213,55,203); }

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

background-color css

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

 a { background-color: rgb(213,55,203); }

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

border-color css

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

 span { border-color: rgb(213,55,203); }

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