Html Css Color HEX #D135BB Fuchsia

📋 copy color: '#D135BB'

red 209 ◦ green 53 ◦ blue 187

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

Shades of Fuchsia #D135BB

Tints of Fuchsia #D135BB

RGB

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

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

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

R = 46.55%
G = 11.8%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#D135BB (or 0xD135BB) is known color: Fuchsia. HEX triplet: D1, 35 and BB. RGB value is (209,53,187). Sum of RGB (Red+Green+Blue) = 209+53+187=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 187 (73.44% from 255 or 41.65% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D135BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135BB is #2ECA44. Grayscale: #727272. Windows color (decimal): -3066437 or 12269009. OLE color: 12269009.

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

Color convert

RGB 209 53 187 -
CMYK 0 0.75 0.11 0.18
HSL 308.46º 0.63% 0.51% -
HSV(B) 308.46º 0.75% 0.82% -
XYZ 36.54 19.69 48.89 -
YUV 114.92 168.68 195.1 -
System Red Green Blue C M Y K H S L
Decimal 209 53 187 0 0.75 0.11 0.18 308.46 0.63 0.51
Hex D1 35 BB 0 4B B 12 134 3F 33
Octal 321 65 273 0 113 13 22 464 77 63
Binary 11010001 110101 10111011 0 1001011 1011 10010 100110100 111111 110011

Color Harmonies of #D135BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135BB

Black with #D135BB

Text Example


Text Example

White with #D135BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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