Html Css Color HEX #D744C2 Fuchsia

📋 copy color: '#D744C2'

red 215 ◦ green 68 ◦ blue 194

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

Shades of Fuchsia #D744C2

Tints of Fuchsia #D744C2

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.26%

 BLUE value IS 194 (76.17% from 255) = 40.67%

R = 45.07%
G = 14.26%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D744C2 (or 0xD744C2) is known color: Fuchsia. HEX triplet: D7, 44 and C2. RGB value is (215,68,194). Sum of RGB (Red+Green+Blue) = 215+68+194=477 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.07% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 194 (76.17% from 255 or 40.67% from 477); Max value from RGB is 215 - color contains mainly: red. Hex color #D744C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D744C2 is #28BB3D. Grayscale: #7D7D7D. Windows color (decimal): -2669374 or 12731607. OLE color: 12731607.

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

Color convert

RGB 215 68 194 -
CMYK 0 0.68 0.10 0.16
HSL 308.57º 0.65% 0.55% -
HSV(B) 308.57º 0.68% 0.84% -
XYZ 39.83 22.48 53.28 -
YUV 126.32 166.2 191.25 -
System Red Green Blue C M Y K H S L
Decimal 215 68 194 0 0.68 0.10 0.16 308.57 0.65 0.55
Hex D7 44 C2 0 44 A 10 135 41 37
Octal 327 104 302 0 104 12 20 465 101 67
Binary 11010111 1000100 11000010 0 1000100 1010 10000 100110101 1000001 110111

Color Harmonies of #D744C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D744C2

Black with #D744C2

Text Example


Text Example

White with #D744C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D744C2; }

 p { color: rgb(215,68,194); }

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

background-color css

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

 a { background-color: rgb(215,68,194); }

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

border-color css

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

 span { border-color: rgb(215,68,194); }

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