Html Css Color HEX #D135B0 Fuchsia

📋 copy color: '#D135B0'

red 209 ◦ green 53 ◦ blue 176

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

Shades of Fuchsia #D135B0

Tints of Fuchsia #D135B0

RGB

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

 GREEN value IS 53 (21.09% from 255) = 12.1%

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 47.72%
G = 12.1%
B = 40.18%

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

#D135B0 (or 0xD135B0) is known color: Fuchsia. HEX triplet: D1, 35 and B0. RGB value is (209,53,176). Sum of RGB (Red+Green+Blue) = 209+53+176=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 53 (21.09% from 255 or 12.10% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D135B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D135B0 is #2ECA4F. Grayscale: #717171. Windows color (decimal): -3066448 or 11548113. OLE color: 11548113.

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

Color convert

RGB 209 53 176 -
CMYK 0 0.75 0.16 0.18
HSL 312.69º 0.63% 0.51% -
HSV(B) 312.69º 0.75% 0.82% -
XYZ 35.4 19.24 42.92 -
YUV 113.67 163.18 196 -
System Red Green Blue C M Y K H S L
Decimal 209 53 176 0 0.75 0.16 0.18 312.69 0.63 0.51
Hex D1 35 B0 0 4B 10 12 139 3F 33
Octal 321 65 260 0 113 20 22 471 77 63
Binary 11010001 110101 10110000 0 1001011 10000 10010 100111001 111111 110011

Color Harmonies of #D135B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135B0

Black with #D135B0

Text Example


Text Example

White with #D135B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135B0; }

 p { color: rgb(209,53,176); }

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

background-color css

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

 a { background-color: rgb(209,53,176); }

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

border-color css

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

 span { border-color: rgb(209,53,176); }

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