Html Css Color HEX #D739C7 Fuchsia

📋 copy color: '#D739C7'

red 215 ◦ green 57 ◦ blue 199

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

Shades of Fuchsia #D739C7

Tints of Fuchsia #D739C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.25%

R = 45.65%
G = 12.1%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D739C7 (or 0xD739C7) is known color: Fuchsia. HEX triplet: D7, 39 and C7. RGB value is (215,57,199). Sum of RGB (Red+Green+Blue) = 215+57+199=471 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.65% from 471); Green value is 57 (22.66% from 255 or 12.10% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 215 - color contains mainly: red. Hex color #D739C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D739C7 is #28C638. Grayscale: #787878. Windows color (decimal): -2672185 or 13056471. OLE color: 13056471.

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

Color convert

RGB 215 57 199 -
CMYK 0 0.73 0.07 0.16
HSL 306.08º 0.66% 0.53% -
HSV(B) 306.08º 0.73% 0.84% -
XYZ 39.8 21.5 56.08 -
YUV 120.43 172.35 195.45 -
System Red Green Blue C M Y K H S L
Decimal 215 57 199 0 0.73 0.07 0.16 306.08 0.66 0.53
Hex D7 39 C7 0 49 7 10 132 42 35
Octal 327 71 307 0 111 7 20 462 102 65
Binary 11010111 111001 11000111 0 1001001 111 10000 100110010 1000010 110101

Color Harmonies of #D739C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D739C7

Black with #D739C7

Text Example


Text Example

White with #D739C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D739C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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