Html Css Color HEX #D835C0 Fuchsia

📋 copy color: '#D835C0'

red 216 ◦ green 53 ◦ blue 192

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

Shades of Fuchsia #D835C0

Tints of Fuchsia #D835C0

RGB

 RED value IS 216 (84.77% from 255) = 46.85%

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

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 46.85%
G = 11.5%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.11

 K value IS 0.15

RGB Variations

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

Color information

#D835C0 (or 0xD835C0) is known color: Fuchsia. HEX triplet: D8, 35 and C0. RGB value is (216,53,192). Sum of RGB (Red+Green+Blue) = 216+53+192=461 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.85% from 461); Green value is 53 (21.09% from 255 or 11.50% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 216 - color contains mainly: red. Hex color #D835C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835C0 is #27CA3F. Grayscale: #757575. Windows color (decimal): -2607680 or 12596696. OLE color: 12596696.

HSL color Cylindrical-coordinate representation of color #D835C0: hue angle of 308.83º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D835C0 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 53 192 -
CMYK 0 0.75 0.11 0.15
HSL 308.83º 0.68% 0.53% -
HSV(B) 308.83º 0.75% 0.85% -
XYZ 39.11 20.95 51.85 -
YUV 117.58 170 198.2 -
System Red Green Blue C M Y K H S L
Decimal 216 53 192 0 0.75 0.11 0.15 308.83 0.68 0.53
Hex D8 35 C0 0 4B B F 135 44 35
Octal 330 65 300 0 113 13 17 465 104 65
Binary 11011000 110101 11000000 0 1001011 1011 1111 100110101 1000100 110101

Color Harmonies of #D835C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835C0

Black with #D835C0

Text Example


Text Example

White with #D835C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835C0; }

 p { color: rgb(216,53,192); }

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

background-color css

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

 a { background-color: rgb(216,53,192); }

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

border-color css

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

 span { border-color: rgb(216,53,192); }

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