Html Css Color HEX #D136BB Fuchsia

📋 copy color: '#D136BB'

red 209 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #D136BB

Tints of Fuchsia #D136BB

RGB

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

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

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

R = 46.44%
G = 12%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D136BB (or 0xD136BB) is known color: Fuchsia. HEX triplet: D1, 36 and BB. RGB value is (209,54,187). Sum of RGB (Red+Green+Blue) = 209+54+187=450 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.44% from 450); Green value is 54 (21.48% from 255 or 12% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 209 - color contains mainly: red. Hex color #D136BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D136BB is #2EC944. Grayscale: #737373. Windows color (decimal): -3066181 or 12269265. OLE color: 12269265.

HSL color Cylindrical-coordinate representation of color #D136BB: hue angle of 308.52º 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 #D136BB is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 54 187 -
CMYK 0 0.74 0.11 0.18
HSL 308.52º 0.63% 0.52% -
HSV(B) 308.52º 0.74% 0.82% -
XYZ 36.58 19.78 48.9 -
YUV 115.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 209 54 187 0 0.74 0.11 0.18 308.52 0.63 0.52
Hex D1 36 BB 0 4A B 12 135 3F 34
Octal 321 66 273 0 112 13 22 465 77 64
Binary 11010001 110110 10111011 0 1001010 1011 10010 100110101 111111 110100

Color Harmonies of #D136BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D136BB

Black with #D136BB

Text Example


Text Example

White with #D136BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D136BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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