Html Css Color HEX #D93CB8 Fuchsia

📋 copy color: '#D93CB8'

red 217 ◦ green 60 ◦ blue 184

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

Shades of Fuchsia #D93CB8

Tints of Fuchsia #D93CB8

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

 GREEN value IS 60 (23.83% from 255) = 13.02%

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 47.07%
G = 13.02%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D93CB8 (or 0xD93CB8) is known color: Fuchsia. HEX triplet: D9, 3C and B8. RGB value is (217,60,184). Sum of RGB (Red+Green+Blue) = 217+60+184=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93CB8 is #26C347. Grayscale: #787878. Windows color (decimal): -2540360 or 12074201. OLE color: 12074201.

HSL color Cylindrical-coordinate representation of color #D93CB8: hue angle of 312.61º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D93CB8 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 60 184 -
CMYK 0 0.72 0.15 0.15
HSL 312.61º 0.67% 0.54% -
HSV(B) 312.61º 0.72% 0.85% -
XYZ 38.88 21.44 47.44 -
YUV 121.08 163.51 196.42 -
System Red Green Blue C M Y K H S L
Decimal 217 60 184 0 0.72 0.15 0.15 312.61 0.67 0.54
Hex D9 3C B8 0 48 F F 139 43 36
Octal 331 74 270 0 110 17 17 471 103 66
Binary 11011001 111100 10111000 0 1001000 1111 1111 100111001 1000011 110110

Color Harmonies of #D93CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93CB8

Black with #D93CB8

Text Example


Text Example

White with #D93CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93CB8; }

 p { color: rgb(217,60,184); }

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

background-color css

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

 a { background-color: rgb(217,60,184); }

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

border-color css

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

 span { border-color: rgb(217,60,184); }

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