Html Css Color HEX #D55CB3 Fuchsia

📋 copy color: '#D55CB3'

red 213 ◦ green 92 ◦ blue 179

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

Shades of Fuchsia #D55CB3

Tints of Fuchsia #D55CB3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.01%

 BLUE value IS 179 (70.31% from 255) = 36.98%

R = 44.01%
G = 19.01%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D55CB3 (or 0xD55CB3) is known color: Fuchsia. HEX triplet: D5, 5C and B3. RGB value is (213,92,179). Sum of RGB (Red+Green+Blue) = 213+92+179=484 (64% of max value = 765). Red value is 213 (83.59% from 255 or 44.01% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CB3 is #2AA34C. Grayscale: #898989. Windows color (decimal): -2794317 or 11754709. OLE color: 11754709.

HSL color Cylindrical-coordinate representation of color #D55CB3: hue angle of 316.86º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55CB3 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 92 179 -
CMYK 0 0.57 0.16 0.16
HSL 316.86º 0.59% 0.6% -
HSV(B) 316.86º 0.57% 0.84% -
XYZ 39.4 25.06 45.41 -
YUV 138.1 151.09 181.43 -
System Red Green Blue C M Y K H S L
Decimal 213 92 179 0 0.57 0.16 0.16 316.86 0.59 0.6
Hex D5 5C B3 0 39 10 10 13D 3B 3C
Octal 325 134 263 0 71 20 20 475 73 74
Binary 11010101 1011100 10110011 0 111001 10000 10000 100111101 111011 111100

Color Harmonies of #D55CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CB3

Black with #D55CB3

Text Example


Text Example

White with #D55CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CB3; }

 p { color: rgb(213,92,179); }

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

background-color css

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

 a { background-color: rgb(213,92,179); }

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

border-color css

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

 span { border-color: rgb(213,92,179); }

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