Html Css Color HEX #D835C3 Fuchsia

📋 copy color: '#D835C3'

red 216 ◦ green 53 ◦ blue 195

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

Shades of Fuchsia #D835C3

Tints of Fuchsia #D835C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 42.03%

R = 46.55%
G = 11.42%
B = 42.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#D835C3 (or 0xD835C3) is known color: Fuchsia. HEX triplet: D8, 35 and C3. RGB value is (216,53,195). Sum of RGB (Red+Green+Blue) = 216+53+195=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 53 (21.09% from 255 or 11.42% from 464); Blue value is 195 (76.56% from 255 or 42.03% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D835C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835C3 is #27CA3C. Grayscale: #757575. Windows color (decimal): -2607677 or 12793304. OLE color: 12793304.

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

Color convert

RGB 216 53 195 -
CMYK 0 0.75 0.10 0.15
HSL 307.73º 0.68% 0.53% -
HSV(B) 307.73º 0.75% 0.85% -
XYZ 39.44 21.09 53.62 -
YUV 117.93 171.5 197.95 -
System Red Green Blue C M Y K H S L
Decimal 216 53 195 0 0.75 0.10 0.15 307.73 0.68 0.53
Hex D8 35 C3 0 4B A F 134 44 35
Octal 330 65 303 0 113 12 17 464 104 65
Binary 11011000 110101 11000011 0 1001011 1010 1111 100110100 1000100 110101

Color Harmonies of #D835C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835C3

Black with #D835C3

Text Example


Text Example

White with #D835C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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