Html Css Color HEX #D940B9 Fuchsia

📋 copy color: '#D940B9'

red 217 ◦ green 64 ◦ blue 185

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

Shades of Fuchsia #D940B9

Tints of Fuchsia #D940B9

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.73%

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

R = 46.57%
G = 13.73%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D940B9 (or 0xD940B9) is known color: Fuchsia. HEX triplet: D9, 40 and B9. RGB value is (217,64,185). Sum of RGB (Red+Green+Blue) = 217+64+185=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D940B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940B9 is #26BF46. Grayscale: #7B7B7B. Windows color (decimal): -2539335 or 12140761. OLE color: 12140761.

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

Color convert

RGB 217 64 185 -
CMYK 0 0.71 0.15 0.15
HSL 312.55º 0.67% 0.55% -
HSV(B) 312.55º 0.71% 0.85% -
XYZ 39.21 21.92 48.06 -
YUV 123.54 162.69 194.66 -
System Red Green Blue C M Y K H S L
Decimal 217 64 185 0 0.71 0.15 0.15 312.55 0.67 0.55
Hex D9 40 B9 0 47 F F 139 43 37
Octal 331 100 271 0 107 17 17 471 103 67
Binary 11011001 1000000 10111001 0 1000111 1111 1111 100111001 1000011 110111

Color Harmonies of #D940B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D940B9

Black with #D940B9

Text Example


Text Example

White with #D940B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D940B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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