Html Css Color HEX #D640BC Fuchsia

📋 copy color: '#D640BC'

red 214 ◦ green 64 ◦ blue 188

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

Shades of Fuchsia #D640BC

Tints of Fuchsia #D640BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.34%

R = 45.92%
G = 13.73%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D640BC (or 0xD640BC) is known color: Fuchsia. HEX triplet: D6, 40 and BC. RGB value is (214,64,188). Sum of RGB (Red+Green+Blue) = 214+64+188=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 64 (25.39% from 255 or 13.73% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D640BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D640BC is #29BF43. Grayscale: #7A7A7A. Windows color (decimal): -2735940 or 12337366. OLE color: 12337366.

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

Color convert

RGB 214 64 188 -
CMYK 0 0.70 0.12 0.16
HSL 310.4º 0.65% 0.55% -
HSV(B) 310.4º 0.7% 0.84% -
XYZ 38.64 21.59 49.71 -
YUV 122.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 214 64 188 0 0.70 0.12 0.16 310.4 0.65 0.55
Hex D6 40 BC 0 46 C 10 136 41 37
Octal 326 100 274 0 106 14 20 466 101 67
Binary 11010110 1000000 10111100 0 1000110 1100 10000 100110110 1000001 110111

Color Harmonies of #D640BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D640BC

Black with #D640BC

Text Example


Text Example

White with #D640BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D640BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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