Html Css Color HEX #D836C0 Fuchsia

📋 copy color: '#D836C0'

red 216 ◦ green 54 ◦ blue 192

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

Shades of Fuchsia #D836C0

Tints of Fuchsia #D836C0

RGB

 RED value IS 216 (84.77% from 255) = 46.75%

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

 BLUE value IS 192 (75.39% from 255) = 41.56%

R = 46.75%
G = 11.69%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D836C0 (or 0xD836C0) is known color: Fuchsia. HEX triplet: D8, 36 and C0. RGB value is (216,54,192). Sum of RGB (Red+Green+Blue) = 216+54+192=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 216 - color contains mainly: red. Hex color #D836C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D836C0 is #27C93F. Grayscale: #757575. Windows color (decimal): -2607424 or 12596952. OLE color: 12596952.

HSL color Cylindrical-coordinate representation of color #D836C0: hue angle of 308.89º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D836C0 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 54 192 -
CMYK 0 0.75 0.11 0.15
HSL 308.89º 0.68% 0.53% -
HSV(B) 308.89º 0.75% 0.85% -
XYZ 39.15 21.04 51.87 -
YUV 118.17 169.67 197.78 -
System Red Green Blue C M Y K H S L
Decimal 216 54 192 0 0.75 0.11 0.15 308.89 0.68 0.53
Hex D8 36 C0 0 4B B F 135 44 35
Octal 330 66 300 0 113 13 17 465 104 65
Binary 11011000 110110 11000000 0 1001011 1011 1111 100110101 1000100 110101

Color Harmonies of #D836C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D836C0

Black with #D836C0

Text Example


Text Example

White with #D836C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D836C0; }

 p { color: rgb(216,54,192); }

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

background-color css

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

 a { background-color: rgb(216,54,192); }

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

border-color css

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

 span { border-color: rgb(216,54,192); }

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