Html Css Color HEX #D745BB Fuchsia

📋 copy color: '#D745BB'

red 215 ◦ green 69 ◦ blue 187

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

Shades of Fuchsia #D745BB

Tints of Fuchsia #D745BB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 14.65%

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

R = 45.65%
G = 14.65%
B = 39.7%

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

#D745BB (or 0xD745BB) is known color: Fuchsia. HEX triplet: D7, 45 and BB. RGB value is (215,69,187). Sum of RGB (Red+Green+Blue) = 215+69+187=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D745BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D745BB is #28BA44. Grayscale: #7D7D7D. Windows color (decimal): -2669125 or 12273111. OLE color: 12273111.

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

Color convert

RGB 215 69 187 -
CMYK 0 0.68 0.13 0.16
HSL 311.51º 0.65% 0.56% -
HSV(B) 311.51º 0.68% 0.84% -
XYZ 39.12 22.29 49.25 -
YUV 126.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 215 69 187 0 0.68 0.13 0.16 311.51 0.65 0.56
Hex D7 45 BB 0 44 D 10 138 41 38
Octal 327 105 273 0 104 15 20 470 101 70
Binary 11010111 1000101 10111011 0 1000100 1101 10000 100111000 1000001 111000

Color Harmonies of #D745BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D745BB

Black with #D745BB

Text Example


Text Example

White with #D745BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D745BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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