Html Css Color HEX #D436BB Fuchsia

📋 copy color: '#D436BB'

red 212 ◦ green 54 ◦ blue 187

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

Shades of Fuchsia #D436BB

Tints of Fuchsia #D436BB

RGB

 RED value IS 212 (83.2% from 255) = 46.8%

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

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

R = 46.8%
G = 11.92%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.17

RGB Variations

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

Color information

#D436BB (or 0xD436BB) is known color: Fuchsia. HEX triplet: D4, 36 and BB. RGB value is (212,54,187). Sum of RGB (Red+Green+Blue) = 212+54+187=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 54 (21.48% from 255 or 11.92% from 453); Blue value is 187 (73.44% from 255 or 41.28% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D436BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D436BB is #2BC944. Grayscale: #747474. Windows color (decimal): -2869573 or 12269268. OLE color: 12269268.

HSL color Cylindrical-coordinate representation of color #D436BB: hue angle of 309.49º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D436BB is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 54 187 -
CMYK 0 0.75 0.12 0.17
HSL 309.49º 0.65% 0.52% -
HSV(B) 309.49º 0.75% 0.83% -
XYZ 37.44 20.22 48.94 -
YUV 116.4 167.85 196.19 -
System Red Green Blue C M Y K H S L
Decimal 212 54 187 0 0.75 0.12 0.17 309.49 0.65 0.52
Hex D4 36 BB 0 4B C 11 135 41 34
Octal 324 66 273 0 113 14 21 465 101 64
Binary 11010100 110110 10111011 0 1001011 1100 10001 100110101 1000001 110100

Color Harmonies of #D436BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D436BB

Black with #D436BB

Text Example


Text Example

White with #D436BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D436BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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