Html Css Color HEX #D135D7 Fuchsia

📋 copy color: '#D135D7'

red 209 ◦ green 53 ◦ blue 215

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

Shades of Fuchsia #D135D7

Tints of Fuchsia #D135D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 45.07%

R = 43.82%
G = 11.11%
B = 45.07%

CMYK

 C value IS 0.03

 M value IS 0.75

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D135D7 (or 0xD135D7) is known color: Fuchsia. HEX triplet: D1, 35 and D7. RGB value is (209,53,215). Sum of RGB (Red+Green+Blue) = 209+53+215=477 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.82% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 215 (84.38% from 255 or 45.07% from 477); Max value from RGB is 215 - color contains mainly: blue. Hex color #D135D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135D7 is #2ECA28. Grayscale: #757575. Windows color (decimal): -3066409 or 14104017. OLE color: 14104017.

HSL color Cylindrical-coordinate representation of color #D135D7: hue angle of 297.78º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D135D7 is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 53 215 -
CMYK 0.03 0.75 0 0.16
HSL 297.78º 0.67% 0.53% -
HSV(B) 297.78º 0.75% 0.84% -
XYZ 39.83 21.01 66.25 -
YUV 118.11 182.68 192.83 -
System Red Green Blue C M Y K H S L
Decimal 209 53 215 0.03 0.75 0 0.16 297.78 0.67 0.53
Hex D1 35 D7 3 4B 0 10 12A 43 35
Octal 321 65 327 3 113 0 20 452 103 65
Binary 11010001 110101 11010111 11 1001011 0 10000 100101010 1000011 110101

Color Harmonies of #D135D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135D7

Black with #D135D7

Text Example


Text Example

White with #D135D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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