Html Css Color HEX #D647BC Fuchsia

📋 copy color: '#D647BC'

red 214 ◦ green 71 ◦ blue 188

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

Shades of Fuchsia #D647BC

Tints of Fuchsia #D647BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.01%

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

R = 45.24%
G = 15.01%
B = 39.75%

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

#D647BC (or 0xD647BC) is known color: Fuchsia. HEX triplet: D6, 47 and BC. RGB value is (214,71,188). Sum of RGB (Red+Green+Blue) = 214+71+188=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 71 (28.12% from 255 or 15.01% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D647BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D647BC is #29B843. Grayscale: #7E7E7E. Windows color (decimal): -2734148 or 12339158. OLE color: 12339158.

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

Color convert

RGB 214 71 188 -
CMYK 0 0.67 0.12 0.16
HSL 310.91º 0.64% 0.56% -
HSV(B) 310.91º 0.67% 0.84% -
XYZ 39.06 22.43 49.85 -
YUV 127.1 162.38 189.99 -
System Red Green Blue C M Y K H S L
Decimal 214 71 188 0 0.67 0.12 0.16 310.91 0.64 0.56
Hex D6 47 BC 0 43 C 10 137 40 38
Octal 326 107 274 0 103 14 20 467 100 70
Binary 11010110 1000111 10111100 0 1000011 1100 10000 100110111 1000000 111000

Color Harmonies of #D647BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D647BC

Black with #D647BC

Text Example


Text Example

White with #D647BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D647BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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