Html Css Color HEX #D744BB Fuchsia

📋 copy color: '#D744BB'

red 215 ◦ green 68 ◦ blue 187

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

Shades of Fuchsia #D744BB

Tints of Fuchsia #D744BB

RGB

 RED value IS 215 (84.38% from 255) = 45.74%

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

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

R = 45.74%
G = 14.47%
B = 39.79%

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

#D744BB (or 0xD744BB) is known color: Fuchsia. HEX triplet: D7, 44 and BB. RGB value is (215,68,187). Sum of RGB (Red+Green+Blue) = 215+68+187=470 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.74% from 470); Green value is 68 (26.95% from 255 or 14.47% from 470); Blue value is 187 (73.44% from 255 or 39.79% from 470); Max value from RGB is 215 - color contains mainly: red. Hex color #D744BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744BB is #28BB44. Grayscale: #7D7D7D. Windows color (decimal): -2669381 or 12272855. OLE color: 12272855.

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

Color convert

RGB 215 68 187 -
CMYK 0 0.68 0.13 0.16
HSL 311.43º 0.65% 0.55% -
HSV(B) 311.43º 0.68% 0.84% -
XYZ 39.06 22.17 49.23 -
YUV 125.52 162.7 191.82 -
System Red Green Blue C M Y K H S L
Decimal 215 68 187 0 0.68 0.13 0.16 311.43 0.65 0.55
Hex D7 44 BB 0 44 D 10 137 41 37
Octal 327 104 273 0 104 15 20 467 101 67
Binary 11010111 1000100 10111011 0 1000100 1101 10000 100110111 1000001 110111

Color Harmonies of #D744BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D744BB

Black with #D744BB

Text Example


Text Example

White with #D744BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D744BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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