Html Css Color HEX #D93CBC Fuchsia

📋 copy color: '#D93CBC'

red 217 ◦ green 60 ◦ blue 188

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

Shades of Fuchsia #D93CBC

Tints of Fuchsia #D93CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.43%

R = 46.67%
G = 12.9%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D93CBC (or 0xD93CBC) is known color: Fuchsia. HEX triplet: D9, 3C and BC. RGB value is (217,60,188). Sum of RGB (Red+Green+Blue) = 217+60+188=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 188 (73.83% from 255 or 40.43% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D93CBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93CBC is #26C343. Grayscale: #797979. Windows color (decimal): -2540356 or 12336345. OLE color: 12336345.

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

Color convert

RGB 217 60 188 -
CMYK 0 0.72 0.13 0.15
HSL 311.08º 0.67% 0.54% -
HSV(B) 311.08º 0.72% 0.85% -
XYZ 39.31 21.61 49.68 -
YUV 121.54 165.51 196.09 -
System Red Green Blue C M Y K H S L
Decimal 217 60 188 0 0.72 0.13 0.15 311.08 0.67 0.54
Hex D9 3C BC 0 48 D F 137 43 36
Octal 331 74 274 0 110 15 17 467 103 66
Binary 11011001 111100 10111100 0 1001000 1101 1111 100110111 1000011 110110

Color Harmonies of #D93CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93CBC

Black with #D93CBC

Text Example


Text Example

White with #D93CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93CBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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