Html Css Color HEX #D134AF Fuchsia

📋 copy color: '#D134AF'

red 209 ◦ green 52 ◦ blue 175

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

Shades of Fuchsia #D134AF

Tints of Fuchsia #D134AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 47.94%
G = 11.93%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D134AF (or 0xD134AF) is known color: Fuchsia. HEX triplet: D1, 34 and AF. RGB value is (209,52,175). Sum of RGB (Red+Green+Blue) = 209+52+175=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 52 (20.70% from 255 or 11.93% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D134AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D134AF is #2ECB50. Grayscale: #707070. Windows color (decimal): -3066705 or 11482321. OLE color: 11482321.

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

Color convert

RGB 209 52 175 -
CMYK 0 0.75 0.16 0.18
HSL 312.99º 0.63% 0.51% -
HSV(B) 312.99º 0.75% 0.82% -
XYZ 35.26 19.11 42.39 -
YUV 112.97 163.01 196.5 -
System Red Green Blue C M Y K H S L
Decimal 209 52 175 0 0.75 0.16 0.18 312.99 0.63 0.51
Hex D1 34 AF 0 4B 10 12 139 3F 33
Octal 321 64 257 0 113 20 22 471 77 63
Binary 11010001 110100 10101111 0 1001011 10000 10010 100111001 111111 110011

Color Harmonies of #D134AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D134AF

Black with #D134AF

Text Example


Text Example

White with #D134AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D134AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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