Html Css Color HEX #D646BB Fuchsia

📋 copy color: '#D646BB'

red 214 ◦ green 70 ◦ blue 187

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

Shades of Fuchsia #D646BB

Tints of Fuchsia #D646BB

RGB

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

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

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

R = 45.44%
G = 14.86%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D646BB (or 0xD646BB) is known color: Fuchsia. HEX triplet: D6, 46 and BB. RGB value is (214,70,187). Sum of RGB (Red+Green+Blue) = 214+70+187=471 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.44% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 214 - color contains mainly: red. Hex color #D646BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D646BB is #29B944. Grayscale: #7E7E7E. Windows color (decimal): -2734405 or 12273366. OLE color: 12273366.

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

Color convert

RGB 214 70 187 -
CMYK 0 0.67 0.13 0.16
HSL 311.25º 0.64% 0.56% -
HSV(B) 311.25º 0.67% 0.84% -
XYZ 38.89 22.26 49.26 -
YUV 126.39 162.21 190.49 -
System Red Green Blue C M Y K H S L
Decimal 214 70 187 0 0.67 0.13 0.16 311.25 0.64 0.56
Hex D6 46 BB 0 43 D 10 137 40 38
Octal 326 106 273 0 103 15 20 467 100 70
Binary 11010110 1000110 10111011 0 1000011 1101 10000 100110111 1000000 111000

Color Harmonies of #D646BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D646BB

Black with #D646BB

Text Example


Text Example

White with #D646BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D646BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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