Html Css Color HEX #D739C2 Fuchsia

📋 copy color: '#D739C2'

red 215 ◦ green 57 ◦ blue 194

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

Shades of Fuchsia #D739C2

Tints of Fuchsia #D739C2

RGB

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

 GREEN value IS 57 (22.66% from 255) = 12.23%

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

R = 46.14%
G = 12.23%
B = 41.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D739C2 (or 0xD739C2) is known color: Fuchsia. HEX triplet: D7, 39 and C2. RGB value is (215,57,194). Sum of RGB (Red+Green+Blue) = 215+57+194=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 194 (76.17% from 255 or 41.63% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D739C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739C2 is #28C63D. Grayscale: #777777. Windows color (decimal): -2672190 or 12728791. OLE color: 12728791.

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

Color convert

RGB 215 57 194 -
CMYK 0 0.73 0.10 0.16
HSL 307.97º 0.66% 0.53% -
HSV(B) 307.97º 0.73% 0.84% -
XYZ 39.23 21.27 53.08 -
YUV 119.86 169.85 195.86 -
System Red Green Blue C M Y K H S L
Decimal 215 57 194 0 0.73 0.10 0.16 307.97 0.66 0.53
Hex D7 39 C2 0 49 A 10 134 42 35
Octal 327 71 302 0 111 12 20 464 102 65
Binary 11010111 111001 11000010 0 1001001 1010 10000 100110100 1000010 110101

Color Harmonies of #D739C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D739C2

Black with #D739C2

Text Example


Text Example

White with #D739C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D739C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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