Html Css Color HEX #D646B7 Fuchsia

📋 copy color: '#D646B7'

red 214 ◦ green 70 ◦ blue 183

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

Shades of Fuchsia #D646B7

Tints of Fuchsia #D646B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 39.19%

R = 45.82%
G = 14.99%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D646B7 (or 0xD646B7) is known color: Fuchsia. HEX triplet: D6, 46 and B7. RGB value is (214,70,183). Sum of RGB (Red+Green+Blue) = 214+70+183=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 70 (27.73% from 255 or 14.99% from 467); Blue value is 183 (71.88% from 255 or 39.19% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D646B7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646B7 is #29B948. Grayscale: #7D7D7D. Windows color (decimal): -2734409 or 12011222. OLE color: 12011222.

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

Color convert

RGB 214 70 183 -
CMYK 0 0.67 0.14 0.16
HSL 312.92º 0.64% 0.56% -
HSV(B) 312.92º 0.67% 0.84% -
XYZ 38.47 22.1 47.04 -
YUV 125.94 160.21 190.81 -
System Red Green Blue C M Y K H S L
Decimal 214 70 183 0 0.67 0.14 0.16 312.92 0.64 0.56
Hex D6 46 B7 0 43 E 10 139 40 38
Octal 326 106 267 0 103 16 20 471 100 70
Binary 11010110 1000110 10110111 0 1000011 1110 10000 100111001 1000000 111000

Color Harmonies of #D646B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646B7

Black with #D646B7

Text Example


Text Example

White with #D646B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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