Html Css Color HEX #D93DBF Fuchsia

📋 copy color: '#D93DBF'

red 217 ◦ green 61 ◦ blue 191

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

Shades of Fuchsia #D93DBF

Tints of Fuchsia #D93DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 40.72%

R = 46.27%
G = 13.01%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D93DBF (or 0xD93DBF) is known color: Fuchsia. HEX triplet: D9, 3D and BF. RGB value is (217,61,191). Sum of RGB (Red+Green+Blue) = 217+61+191=469 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.27% from 469); Green value is 61 (24.22% from 255 or 13.01% from 469); Blue value is 191 (75% from 255 or 40.72% from 469); Max value from RGB is 217 - color contains mainly: red. Hex color #D93DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D93DBF is #26C240. Grayscale: #7A7A7A. Windows color (decimal): -2540097 or 12533209. OLE color: 12533209.

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

Color convert

RGB 217 61 191 -
CMYK 0 0.72 0.12 0.15
HSL 310º 0.67% 0.55% -
HSV(B) 310º 0.72% 0.85% -
XYZ 39.69 21.85 51.42 -
YUV 122.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 217 61 191 0 0.72 0.12 0.15 310 0.67 0.55
Hex D9 3D BF 0 48 C F 136 43 37
Octal 331 75 277 0 110 14 17 466 103 67
Binary 11011001 111101 10111111 0 1001000 1100 1111 100110110 1000011 110111

Color Harmonies of #D93DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93DBF

Black with #D93DBF

Text Example


Text Example

White with #D93DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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