Html Css Color HEX #D748BC Fuchsia

📋 copy color: '#D748BC'

red 215 ◦ green 72 ◦ blue 188

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

Shades of Fuchsia #D748BC

Tints of Fuchsia #D748BC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.16%

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 45.26%
G = 15.16%
B = 39.58%

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

#D748BC (or 0xD748BC) is known color: Fuchsia. HEX triplet: D7, 48 and BC. RGB value is (215,72,188). Sum of RGB (Red+Green+Blue) = 215+72+188=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 215 - color contains mainly: red. Hex color #D748BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748BC is #28B743. Grayscale: #7F7F7F. Windows color (decimal): -2668356 or 12339415. OLE color: 12339415.

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

Color convert

RGB 215 72 188 -
CMYK 0 0.67 0.13 0.16
HSL 311.33º 0.64% 0.56% -
HSV(B) 311.33º 0.67% 0.84% -
XYZ 39.42 22.71 49.88 -
YUV 127.98 161.88 190.07 -
System Red Green Blue C M Y K H S L
Decimal 215 72 188 0 0.67 0.13 0.16 311.33 0.64 0.56
Hex D7 48 BC 0 43 D 10 137 40 38
Octal 327 110 274 0 103 15 20 467 100 70
Binary 11010111 1001000 10111100 0 1000011 1101 10000 100110111 1000000 111000

Color Harmonies of #D748BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748BC

Black with #D748BC

Text Example


Text Example

White with #D748BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748BC; }

 p { color: rgb(215,72,188); }

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

background-color css

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

 a { background-color: rgb(215,72,188); }

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

border-color css

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

 span { border-color: rgb(215,72,188); }

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