Html Css Color HEX #D136BC Fuchsia

📋 copy color: '#D136BC'

red 209 ◦ green 54 ◦ blue 188

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

Shades of Fuchsia #D136BC

Tints of Fuchsia #D136BC

RGB

 RED value IS 209 (82.03% from 255) = 46.34%

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

 BLUE value IS 188 (73.83% from 255) = 41.69%

R = 46.34%
G = 11.97%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D136BC (or 0xD136BC) is known color: Fuchsia. HEX triplet: D1, 36 and BC. RGB value is (209,54,188). Sum of RGB (Red+Green+Blue) = 209+54+188=451 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.34% from 451); Green value is 54 (21.48% from 255 or 11.97% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 209 - color contains mainly: red. Hex color #D136BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136BC is #2EC943. Grayscale: #737373. Windows color (decimal): -3066180 or 12334801. OLE color: 12334801.

HSL color Cylindrical-coordinate representation of color #D136BC: hue angle of 308.13º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D136BC is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 188 -
CMYK 0 0.74 0.10 0.18
HSL 308.13º 0.63% 0.52% -
HSV(B) 308.13º 0.74% 0.82% -
XYZ 36.69 19.82 49.47 -
YUV 115.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 209 54 188 0 0.74 0.10 0.18 308.13 0.63 0.52
Hex D1 36 BC 0 4A A 12 134 3F 34
Octal 321 66 274 0 112 12 22 464 77 64
Binary 11010001 110110 10111100 0 1001010 1010 10010 100110100 111111 110100

Color Harmonies of #D136BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136BC

Black with #D136BC

Text Example


Text Example

White with #D136BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136BC; }

 p { color: rgb(209,54,188); }

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

background-color css

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

 a { background-color: rgb(209,54,188); }

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

border-color css

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

 span { border-color: rgb(209,54,188); }

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