Html Css Color HEX #D640BB Fuchsia

📋 copy color: '#D640BB'

red 214 ◦ green 64 ◦ blue 187

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

Shades of Fuchsia #D640BB

Tints of Fuchsia #D640BB

RGB

 RED value IS 214 (83.98% from 255) = 46.02%

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

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

R = 46.02%
G = 13.76%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D640BB (or 0xD640BB) is known color: Fuchsia. HEX triplet: D6, 40 and BB. RGB value is (214,64,187). Sum of RGB (Red+Green+Blue) = 214+64+187=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 64 (25.39% from 255 or 13.76% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D640BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640BB is #29BF44. Grayscale: #7A7A7A. Windows color (decimal): -2735941 or 12271830. OLE color: 12271830.

HSL color Cylindrical-coordinate representation of color #D640BB: hue angle of 310.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D640BB is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 187 -
CMYK 0 0.70 0.13 0.16
HSL 310.8º 0.65% 0.55% -
HSV(B) 310.8º 0.7% 0.84% -
XYZ 38.53 21.55 49.14 -
YUV 122.87 164.2 193 -
System Red Green Blue C M Y K H S L
Decimal 214 64 187 0 0.70 0.13 0.16 310.8 0.65 0.55
Hex D6 40 BB 0 46 D 10 137 41 37
Octal 326 100 273 0 106 15 20 467 101 67
Binary 11010110 1000000 10111011 0 1000110 1101 10000 100110111 1000001 110111

Color Harmonies of #D640BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640BB

Black with #D640BB

Text Example


Text Example

White with #D640BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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