Html Css Color HEX #D749C5 Fuchsia

📋 copy color: '#D749C5'

red 215 ◦ green 73 ◦ blue 197

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

Shades of Fuchsia #D749C5

Tints of Fuchsia #D749C5

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.05%

 BLUE value IS 197 (77.34% from 255) = 40.62%

R = 44.33%
G = 15.05%
B = 40.62%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D749C5 (or 0xD749C5) is known color: Fuchsia. HEX triplet: D7, 49 and C5. RGB value is (215,73,197). Sum of RGB (Red+Green+Blue) = 215+73+197=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 197 (77.34% from 255 or 40.62% from 485); Max value from RGB is 215 - color contains mainly: red. Hex color #D749C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D749C5 is #28B63A. Grayscale: #818181. Windows color (decimal): -2668091 or 12929495. OLE color: 12929495.

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

Color convert

RGB 215 73 197 -
CMYK 0 0.66 0.08 0.16
HSL 307.61º 0.64% 0.56% -
HSV(B) 307.61º 0.66% 0.84% -
XYZ 40.48 23.24 55.18 -
YUV 129.59 166.04 188.92 -
System Red Green Blue C M Y K H S L
Decimal 215 73 197 0 0.66 0.08 0.16 307.61 0.64 0.56
Hex D7 49 C5 0 42 8 10 134 40 38
Octal 327 111 305 0 102 10 20 464 100 70
Binary 11010111 1001001 11000101 0 1000010 1000 10000 100110100 1000000 111000

Color Harmonies of #D749C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D749C5

Black with #D749C5

Text Example


Text Example

White with #D749C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D749C5; }

 p { color: rgb(215,73,197); }

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

background-color css

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

 a { background-color: rgb(215,73,197); }

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

border-color css

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

 span { border-color: rgb(215,73,197); }

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