Html Css Color HEX #D636BB Fuchsia

📋 copy color: '#D636BB'

red 214 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #D636BB

Tints of Fuchsia #D636BB

RGB

 RED value IS 214 (83.98% from 255) = 47.03%

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

 BLUE value IS 187 (73.44% from 255) = 41.1%

R = 47.03%
G = 11.87%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D636BB (or 0xD636BB) is known color: Fuchsia. HEX triplet: D6, 36 and BB. RGB value is (214,54,187). Sum of RGB (Red+Green+Blue) = 214+54+187=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 54 (21.48% from 255 or 11.87% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D636BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D636BB is #29C944. Grayscale: #747474. Windows color (decimal): -2738501 or 12269270. OLE color: 12269270.

HSL color Cylindrical-coordinate representation of color #D636BB: hue angle of 310.12º degrees, saturation: 0.66, 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 #D636BB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 54 187 -
CMYK 0 0.75 0.13 0.16
HSL 310.13º 0.66% 0.53% -
HSV(B) 310.13º 0.75% 0.84% -
XYZ 38.02 20.52 48.97 -
YUV 117 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 214 54 187 0 0.75 0.13 0.16 310.13 0.66 0.53
Hex D6 36 BB 0 4B D 10 136 42 35
Octal 326 66 273 0 113 15 20 466 102 65
Binary 11010110 110110 10111011 0 1001011 1101 10000 100110110 1000010 110101

Color Harmonies of #D636BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D636BB

Black with #D636BB

Text Example


Text Example

White with #D636BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D636BB; }

 p { color: rgb(214,54,187); }

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

background-color css

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

 a { background-color: rgb(214,54,187); }

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

border-color css

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

 span { border-color: rgb(214,54,187); }

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