Html Css Color HEX #D93DB9 Fuchsia

📋 copy color: '#D93DB9'

red 217 ◦ green 61 ◦ blue 185

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

Shades of Fuchsia #D93DB9

Tints of Fuchsia #D93DB9

RGB

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

 GREEN value IS 61 (24.22% from 255) = 13.17%

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

R = 46.87%
G = 13.17%
B = 39.96%

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

#D93DB9 (or 0xD93DB9) is known color: Fuchsia. HEX triplet: D9, 3D and B9. RGB value is (217,61,185). Sum of RGB (Red+Green+Blue) = 217+61+185=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 185 (72.66% from 255 or 39.96% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DB9 is #26C246. Grayscale: #797979. Windows color (decimal): -2540103 or 12139993. OLE color: 12139993.

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

Color convert

RGB 217 61 185 -
CMYK 0 0.72 0.15 0.15
HSL 312.31º 0.67% 0.55% -
HSV(B) 312.31º 0.72% 0.85% -
XYZ 39.04 21.59 48.01 -
YUV 121.78 163.68 195.92 -
System Red Green Blue C M Y K H S L
Decimal 217 61 185 0 0.72 0.15 0.15 312.31 0.67 0.55
Hex D9 3D B9 0 48 F F 138 43 37
Octal 331 75 271 0 110 17 17 470 103 67
Binary 11011001 111101 10111001 0 1001000 1111 1111 100111000 1000011 110111

Color Harmonies of #D93DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DB9

Black with #D93DB9

Text Example


Text Example

White with #D93DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DB9; }

 p { color: rgb(217,61,185); }

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

background-color css

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

 a { background-color: rgb(217,61,185); }

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

border-color css

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

 span { border-color: rgb(217,61,185); }

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