Html Css Color HEX #D736C5 Fuchsia

📋 copy color: '#D736C5'

red 215 ◦ green 54 ◦ blue 197

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

Shades of Fuchsia #D736C5

Tints of Fuchsia #D736C5

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.59%

 BLUE value IS 197 (77.34% from 255) = 42.27%

R = 46.14%
G = 11.59%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D736C5 (or 0xD736C5) is known color: Fuchsia. HEX triplet: D7, 36 and C5. RGB value is (215,54,197). Sum of RGB (Red+Green+Blue) = 215+54+197=466 (61% of max value = 765). Red value is 215 (84.38% from 255 or 46.14% from 466); Green value is 54 (21.48% from 255 or 11.59% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 215 - color contains mainly: red. Hex color #D736C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D736C5 is #28C93A. Grayscale: #767676. Windows color (decimal): -2672955 or 12924631. OLE color: 12924631.

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

Color convert

RGB 215 54 197 -
CMYK 0 0.75 0.08 0.16
HSL 306.71º 0.67% 0.53% -
HSV(B) 306.71º 0.75% 0.84% -
XYZ 39.42 21.12 54.82 -
YUV 118.44 172.34 196.87 -
System Red Green Blue C M Y K H S L
Decimal 215 54 197 0 0.75 0.08 0.16 306.71 0.67 0.53
Hex D7 36 C5 0 4B 8 10 133 43 35
Octal 327 66 305 0 113 10 20 463 103 65
Binary 11010111 110110 11000101 0 1001011 1000 10000 100110011 1000011 110101

Color Harmonies of #D736C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D736C5

Black with #D736C5

Text Example


Text Example

White with #D736C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D736C5; }

 p { color: rgb(215,54,197); }

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

background-color css

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

 a { background-color: rgb(215,54,197); }

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

border-color css

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

 span { border-color: rgb(215,54,197); }

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