Html Css Color HEX #D644BB Fuchsia

📋 copy color: '#D644BB'

red 214 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #D644BB

Tints of Fuchsia #D644BB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.5%

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

R = 45.63%
G = 14.5%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D644BB (or 0xD644BB) is known color: Fuchsia. HEX triplet: D6, 44 and BB. RGB value is (214,68,187). Sum of RGB (Red+Green+Blue) = 214+68+187=469 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.63% from 469); Green value is 68 (26.95% from 255 or 14.50% from 469); Blue value is 187 (73.44% from 255 or 39.87% from 469); Max value from RGB is 214 - color contains mainly: red. Hex color #D644BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D644BB is #29BB44. Grayscale: #7C7C7C. Windows color (decimal): -2734917 or 12272854. OLE color: 12272854.

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

Color convert

RGB 214 68 187 -
CMYK 0 0.68 0.13 0.16
HSL 311.1º 0.64% 0.55% -
HSV(B) 311.1º 0.68% 0.84% -
XYZ 38.77 22.02 49.22 -
YUV 125.22 162.87 191.32 -
System Red Green Blue C M Y K H S L
Decimal 214 68 187 0 0.68 0.13 0.16 311.1 0.64 0.55
Hex D6 44 BB 0 44 D 10 137 40 37
Octal 326 104 273 0 104 15 20 467 100 67
Binary 11010110 1000100 10111011 0 1000100 1101 10000 100110111 1000000 110111

Color Harmonies of #D644BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D644BB

Black with #D644BB

Text Example


Text Example

White with #D644BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D644BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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