Html Css Color HEX #D646BC Fuchsia

📋 copy color: '#D646BC'

red 214 ◦ green 70 ◦ blue 188

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

Shades of Fuchsia #D646BC

Tints of Fuchsia #D646BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 14.83%

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

R = 45.34%
G = 14.83%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D646BC (or 0xD646BC) is known color: Fuchsia. HEX triplet: D6, 46 and BC. RGB value is (214,70,188). Sum of RGB (Red+Green+Blue) = 214+70+188=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 70 (27.73% from 255 or 14.83% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D646BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646BC is #29B943. Grayscale: #7E7E7E. Windows color (decimal): -2734404 or 12338902. OLE color: 12338902.

HSL color Cylindrical-coordinate representation of color #D646BC: hue angle of 310.83º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D646BC is Cyan = 0, Magento = 0.67, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 70 188 -
CMYK 0 0.67 0.12 0.16
HSL 310.83º 0.64% 0.56% -
HSV(B) 310.83º 0.67% 0.84% -
XYZ 39 22.31 49.83 -
YUV 126.51 162.71 190.41 -
System Red Green Blue C M Y K H S L
Decimal 214 70 188 0 0.67 0.12 0.16 310.83 0.64 0.56
Hex D6 46 BC 0 43 C 10 137 40 38
Octal 326 106 274 0 103 14 20 467 100 70
Binary 11010110 1000110 10111100 0 1000011 1100 10000 100110111 1000000 111000

Color Harmonies of #D646BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646BC

Black with #D646BC

Text Example


Text Example

White with #D646BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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