Html Css Color HEX #D748C0 Fuchsia

📋 copy color: '#D748C0'

red 215 ◦ green 72 ◦ blue 192

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

Shades of Fuchsia #D748C0

Tints of Fuchsia #D748C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.08%

R = 44.89%
G = 15.03%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D748C0 (or 0xD748C0) is known color: Fuchsia. HEX triplet: D7, 48 and C0. RGB value is (215,72,192). Sum of RGB (Red+Green+Blue) = 215+72+192=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 72 (28.52% from 255 or 15.03% from 479); Blue value is 192 (75.39% from 255 or 40.08% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D748C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D748C0 is #28B73F. Grayscale: #808080. Windows color (decimal): -2668352 or 12601559. OLE color: 12601559.

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

Color convert

RGB 215 72 192 -
CMYK 0 0.67 0.11 0.16
HSL 309.65º 0.64% 0.56% -
HSV(B) 309.65º 0.67% 0.84% -
XYZ 39.86 22.89 52.19 -
YUV 128.44 163.88 189.74 -
System Red Green Blue C M Y K H S L
Decimal 215 72 192 0 0.67 0.11 0.16 309.65 0.64 0.56
Hex D7 48 C0 0 43 B 10 136 40 38
Octal 327 110 300 0 103 13 20 466 100 70
Binary 11010111 1001000 11000000 0 1000011 1011 10000 100110110 1000000 111000

Color Harmonies of #D748C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D748C0

Black with #D748C0

Text Example


Text Example

White with #D748C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D748C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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