Html Css Color HEX #D754C2 Fuchsia

📋 copy color: '#D754C2'

red 215 ◦ green 84 ◦ blue 194

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

Shades of Fuchsia #D754C2

Tints of Fuchsia #D754C2

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.04%

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

R = 43.61%
G = 17.04%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D754C2 (or 0xD754C2) is known color: Fuchsia. HEX triplet: D7, 54 and C2. RGB value is (215,84,194). Sum of RGB (Red+Green+Blue) = 215+84+194=493 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.61% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 194 (76.17% from 255 or 39.35% from 493); Max value from RGB is 215 - color contains mainly: red. Hex color #D754C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D754C2 is #28AB3D. Grayscale: #878787. Windows color (decimal): -2665278 or 12735703. OLE color: 12735703.

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

Color convert

RGB 215 84 194 -
CMYK 0 0.61 0.10 0.16
HSL 309.62º 0.62% 0.59% -
HSV(B) 309.62º 0.61% 0.84% -
XYZ 40.93 24.68 53.65 -
YUV 135.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 215 84 194 0 0.61 0.10 0.16 309.62 0.62 0.59
Hex D7 54 C2 0 3D A 10 136 3E 3B
Octal 327 124 302 0 75 12 20 466 76 73
Binary 11010111 1010100 11000010 0 111101 1010 10000 100110110 111110 111011

Color Harmonies of #D754C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D754C2

Black with #D754C2

Text Example


Text Example

White with #D754C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D754C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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