Html Css Color HEX #D835C6 Fuchsia

📋 copy color: '#D835C6'

red 216 ◦ green 53 ◦ blue 198

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

Shades of Fuchsia #D835C6

Tints of Fuchsia #D835C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 42.4%

R = 46.25%
G = 11.35%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D835C6 (or 0xD835C6) is known color: Fuchsia. HEX triplet: D8, 35 and C6. RGB value is (216,53,198). Sum of RGB (Red+Green+Blue) = 216+53+198=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 198 (77.73% from 255 or 42.40% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D835C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835C6 is #27CA39. Grayscale: #757575. Windows color (decimal): -2607674 or 12989912. OLE color: 12989912.

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

Color convert

RGB 216 53 198 -
CMYK 0 0.75 0.08 0.15
HSL 306.63º 0.68% 0.53% -
HSV(B) 306.63º 0.75% 0.85% -
XYZ 39.79 21.22 55.43 -
YUV 118.27 173 197.71 -
System Red Green Blue C M Y K H S L
Decimal 216 53 198 0 0.75 0.08 0.15 306.63 0.68 0.53
Hex D8 35 C6 0 4B 8 F 133 44 35
Octal 330 65 306 0 113 10 17 463 104 65
Binary 11011000 110101 11000110 0 1001011 1000 1111 100110011 1000100 110101

Color Harmonies of #D835C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835C6

Black with #D835C6

Text Example


Text Example

White with #D835C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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