Html Css Color HEX #D135C8 Fuchsia

📋 copy color: '#D135C8'

red 209 ◦ green 53 ◦ blue 200

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

Shades of Fuchsia #D135C8

Tints of Fuchsia #D135C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 43.29%

R = 45.24%
G = 11.47%
B = 43.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#D135C8 (or 0xD135C8) is known color: Fuchsia. HEX triplet: D1, 35 and C8. RGB value is (209,53,200). Sum of RGB (Red+Green+Blue) = 209+53+200=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 53 (21.09% from 255 or 11.47% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D135C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D135C8 is #2ECA37. Grayscale: #737373. Windows color (decimal): -3066424 or 13120977. OLE color: 13120977.

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

Color convert

RGB 209 53 200 -
CMYK 0 0.75 0.04 0.18
HSL 303.46º 0.63% 0.51% -
HSV(B) 303.46º 0.75% 0.82% -
XYZ 37.99 20.27 56.55 -
YUV 116.4 175.18 194.05 -
System Red Green Blue C M Y K H S L
Decimal 209 53 200 0 0.75 0.04 0.18 303.46 0.63 0.51
Hex D1 35 C8 0 4B 4 12 12F 3F 33
Octal 321 65 310 0 113 4 22 457 77 63
Binary 11010001 110101 11001000 0 1001011 100 10010 100101111 111111 110011

Color Harmonies of #D135C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D135C8

Black with #D135C8

Text Example


Text Example

White with #D135C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D135C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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