Html Css Color HEX #D748B2 Fuchsia

📋 copy color: '#D748B2'

red 215 ◦ green 72 ◦ blue 178

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

Shades of Fuchsia #D748B2

Tints of Fuchsia #D748B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.28%

R = 46.24%
G = 15.48%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D748B2 (or 0xD748B2) is known color: Fuchsia. HEX triplet: D7, 48 and B2. RGB value is (215,72,178). Sum of RGB (Red+Green+Blue) = 215+72+178=465 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.24% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 215 - color contains mainly: red. Hex color #D748B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D748B2 is #28B74D. Grayscale: #7E7E7E. Windows color (decimal): -2668366 or 11684055. OLE color: 11684055.

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

Color convert

RGB 215 72 178 -
CMYK 0 0.67 0.17 0.16
HSL 315.52º 0.64% 0.56% -
HSV(B) 315.52º 0.67% 0.84% -
XYZ 38.38 22.3 44.4 -
YUV 126.84 156.88 190.88 -
System Red Green Blue C M Y K H S L
Decimal 215 72 178 0 0.67 0.17 0.16 315.52 0.64 0.56
Hex D7 48 B2 0 43 11 10 13C 40 38
Octal 327 110 262 0 103 21 20 474 100 70
Binary 11010111 1001000 10110010 0 1000011 10001 10000 100111100 1000000 111000

Color Harmonies of #D748B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748B2

Black with #D748B2

Text Example


Text Example

White with #D748B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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