Html Css Color HEX #D542CB Fuchsia

📋 copy color: '#D542CB'

red 213 ◦ green 66 ◦ blue 203

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

Shades of Fuchsia #D542CB

Tints of Fuchsia #D542CB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.69%

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

R = 44.19%
G = 13.69%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#D542CB (or 0xD542CB) is known color: Fuchsia. HEX triplet: D5, 42 and CB. RGB value is (213,66,203). Sum of RGB (Red+Green+Blue) = 213+66+203=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 66 (26.17% from 255 or 13.69% from 482); Blue value is 203 (79.69% from 255 or 42.12% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D542CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D542CB is #2ABD34. Grayscale: #7D7D7D. Windows color (decimal): -2800949 or 13320917. OLE color: 13320917.

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

Color convert

RGB 213 66 203 -
CMYK 0 0.69 0.05 0.16
HSL 304.08º 0.64% 0.55% -
HSV(B) 304.08º 0.69% 0.84% -
XYZ 40.17 22.35 58.7 -
YUV 125.57 171.7 190.36 -
System Red Green Blue C M Y K H S L
Decimal 213 66 203 0 0.69 0.05 0.16 304.08 0.64 0.55
Hex D5 42 CB 0 45 5 10 130 40 37
Octal 325 102 313 0 105 5 20 460 100 67
Binary 11010101 1000010 11001011 0 1000101 101 10000 100110000 1000000 110111

Color Harmonies of #D542CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D542CB

Black with #D542CB

Text Example


Text Example

White with #D542CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D542CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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