Html Css Color HEX #D135C7 Fuchsia

📋 copy color: '#D135C7'

red 209 ◦ green 53 ◦ blue 199

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

Shades of Fuchsia #D135C7

Tints of Fuchsia #D135C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 43.17%

R = 45.34%
G = 11.5%
B = 43.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D135C7 (or 0xD135C7) is known color: Fuchsia. HEX triplet: D1, 35 and C7. RGB value is (209,53,199). Sum of RGB (Red+Green+Blue) = 209+53+199=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D135C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135C7 is #2ECA38. Grayscale: #737373. Windows color (decimal): -3066425 or 13055441. OLE color: 13055441.

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

Color convert

RGB 209 53 199 -
CMYK 0 0.75 0.05 0.18
HSL 303.85º 0.63% 0.51% -
HSV(B) 303.85º 0.75% 0.82% -
XYZ 37.88 20.23 55.94 -
YUV 116.29 174.68 194.13 -
System Red Green Blue C M Y K H S L
Decimal 209 53 199 0 0.75 0.05 0.18 303.85 0.63 0.51
Hex D1 35 C7 0 4B 5 12 130 3F 33
Octal 321 65 307 0 113 5 22 460 77 63
Binary 11010001 110101 11000111 0 1001011 101 10010 100110000 111111 110011

Color Harmonies of #D135C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135C7

Black with #D135C7

Text Example


Text Example

White with #D135C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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