Html Css Color HEX #D55CB9 Fuchsia

📋 copy color: '#D55CB9'

red 213 ◦ green 92 ◦ blue 185

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

Shades of Fuchsia #D55CB9

Tints of Fuchsia #D55CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 43.47%
G = 18.78%
B = 37.76%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D55CB9 (or 0xD55CB9) is known color: Fuchsia. HEX triplet: D5, 5C and B9. RGB value is (213,92,185). Sum of RGB (Red+Green+Blue) = 213+92+185=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 92 (36.33% from 255 or 18.78% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D55CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D55CB9 is #2AA346. Grayscale: #8A8A8A. Windows color (decimal): -2794311 or 12147925. OLE color: 12147925.

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

Color convert

RGB 213 92 185 -
CMYK 0 0.57 0.13 0.16
HSL 313.88º 0.59% 0.6% -
HSV(B) 313.88º 0.57% 0.84% -
XYZ 40.02 25.3 48.67 -
YUV 138.78 154.09 180.94 -
System Red Green Blue C M Y K H S L
Decimal 213 92 185 0 0.57 0.13 0.16 313.88 0.59 0.6
Hex D5 5C B9 0 39 D 10 13A 3B 3C
Octal 325 134 271 0 71 15 20 472 73 74
Binary 11010101 1011100 10111001 0 111001 1101 10000 100111010 111011 111100

Color Harmonies of #D55CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55CB9

Black with #D55CB9

Text Example


Text Example

White with #D55CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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