Html Css Color HEX #D737C2 Fuchsia

📋 copy color: '#D737C2'

red 215 ◦ green 55 ◦ blue 194

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

Shades of Fuchsia #D737C2

Tints of Fuchsia #D737C2

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.85%

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

R = 46.34%
G = 11.85%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D737C2 (or 0xD737C2) is known color: Fuchsia. HEX triplet: D7, 37 and C2. RGB value is (215,55,194). Sum of RGB (Red+Green+Blue) = 215+55+194=464 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.34% from 464); Green value is 55 (21.88% from 255 or 11.85% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 215 - color contains mainly: red. Hex color #D737C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D737C2 is #28C83D. Grayscale: #767676. Windows color (decimal): -2672702 or 12728279. OLE color: 12728279.

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

Color convert

RGB 215 55 194 -
CMYK 0 0.74 0.10 0.16
HSL 307.88º 0.67% 0.53% -
HSV(B) 307.88º 0.74% 0.84% -
XYZ 39.13 21.07 53.04 -
YUV 118.69 170.51 196.7 -
System Red Green Blue C M Y K H S L
Decimal 215 55 194 0 0.74 0.10 0.16 307.88 0.67 0.53
Hex D7 37 C2 0 4A A 10 134 43 35
Octal 327 67 302 0 112 12 20 464 103 65
Binary 11010111 110111 11000010 0 1001010 1010 10000 100110100 1000011 110101

Color Harmonies of #D737C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D737C2

Black with #D737C2

Text Example


Text Example

White with #D737C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D737C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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