Html Css Color HEX #D940BB Fuchsia

📋 copy color: '#D940BB'

red 217 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #D940BB

Tints of Fuchsia #D940BB

RGB

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

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

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

R = 46.37%
G = 13.68%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D940BB (or 0xD940BB) is known color: Fuchsia. HEX triplet: D9, 40 and BB. RGB value is (217,64,187). Sum of RGB (Red+Green+Blue) = 217+64+187=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 64 (25.39% from 255 or 13.68% from 468); Blue value is 187 (73.44% from 255 or 39.96% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D940BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D940BB is #26BF44. Grayscale: #7B7B7B. Windows color (decimal): -2539333 or 12271833. OLE color: 12271833.

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

Color convert

RGB 217 64 187 -
CMYK 0 0.71 0.14 0.15
HSL 311.76º 0.67% 0.55% -
HSV(B) 311.76º 0.71% 0.85% -
XYZ 39.42 22.01 49.18 -
YUV 123.77 163.69 194.5 -
System Red Green Blue C M Y K H S L
Decimal 217 64 187 0 0.71 0.14 0.15 311.76 0.67 0.55
Hex D9 40 BB 0 47 E F 138 43 37
Octal 331 100 273 0 107 16 17 470 103 67
Binary 11011001 1000000 10111011 0 1000111 1110 1111 100111000 1000011 110111

Color Harmonies of #D940BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D940BB

Black with #D940BB

Text Example


Text Example

White with #D940BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D940BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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