Html Css Color HEX #D134BC Fuchsia

📋 copy color: '#D134BC'

red 209 ◦ green 52 ◦ blue 188

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

Shades of Fuchsia #D134BC

Tints of Fuchsia #D134BC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.58%

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

R = 46.55%
G = 11.58%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#D134BC (or 0xD134BC) is known color: Fuchsia. HEX triplet: D1, 34 and BC. RGB value is (209,52,188). Sum of RGB (Red+Green+Blue) = 209+52+188=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 52 (20.70% from 255 or 11.58% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D134BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D134BC is #2ECB43. Grayscale: #727272. Windows color (decimal): -3066692 or 12334289. OLE color: 12334289.

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

Color convert

RGB 209 52 188 -
CMYK 0 0.75 0.10 0.18
HSL 308.03º 0.63% 0.51% -
HSV(B) 308.03º 0.75% 0.82% -
XYZ 36.6 19.64 49.44 -
YUV 114.45 169.51 195.44 -
System Red Green Blue C M Y K H S L
Decimal 209 52 188 0 0.75 0.10 0.18 308.03 0.63 0.51
Hex D1 34 BC 0 4B A 12 134 3F 33
Octal 321 64 274 0 113 12 22 464 77 63
Binary 11010001 110100 10111100 0 1001011 1010 10010 100110100 111111 110011

Color Harmonies of #D134BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134BC

Black with #D134BC

Text Example


Text Example

White with #D134BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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