Html Css Color HEX #D93ABB Fuchsia

📋 copy color: '#D93ABB'

red 217 ◦ green 58 ◦ blue 187

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

Shades of Fuchsia #D93ABB

Tints of Fuchsia #D93ABB

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.55%

 BLUE value IS 187 (73.44% from 255) = 40.48%

R = 46.97%
G = 12.55%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D93ABB (or 0xD93ABB) is known color: Fuchsia. HEX triplet: D9, 3A and BB. RGB value is (217,58,187). Sum of RGB (Red+Green+Blue) = 217+58+187=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 58 (23.05% from 255 or 12.55% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D93ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93ABB is #26C544. Grayscale: #777777. Windows color (decimal): -2540869 or 12270297. OLE color: 12270297.

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

Color convert

RGB 217 58 187 -
CMYK 0 0.73 0.14 0.15
HSL 311.32º 0.68% 0.54% -
HSV(B) 311.32º 0.73% 0.85% -
XYZ 39.1 21.37 49.08 -
YUV 120.25 165.68 197.01 -
System Red Green Blue C M Y K H S L
Decimal 217 58 187 0 0.73 0.14 0.15 311.32 0.68 0.54
Hex D9 3A BB 0 49 E F 137 44 36
Octal 331 72 273 0 111 16 17 467 104 66
Binary 11011001 111010 10111011 0 1001001 1110 1111 100110111 1000100 110110

Color Harmonies of #D93ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93ABB

Black with #D93ABB

Text Example


Text Example

White with #D93ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93ABB; }

 p { color: rgb(217,58,187); }

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

background-color css

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

 a { background-color: rgb(217,58,187); }

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

border-color css

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

 span { border-color: rgb(217,58,187); }

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