Html Css Color HEX #D835C8 Fuchsia

📋 copy color: '#D835C8'

red 216 ◦ green 53 ◦ blue 200

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

Shades of Fuchsia #D835C8

Tints of Fuchsia #D835C8

RGB

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

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

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

R = 46.06%
G = 11.3%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D835C8 (or 0xD835C8) is known color: Fuchsia. HEX triplet: D8, 35 and C8. RGB value is (216,53,200). Sum of RGB (Red+Green+Blue) = 216+53+200=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 53 (21.09% from 255 or 11.30% from 469); Blue value is 200 (78.52% from 255 or 42.64% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D835C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835C8 is #27CA37. Grayscale: #767676. Windows color (decimal): -2607672 or 13120984. OLE color: 13120984.

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

Color convert

RGB 216 53 200 -
CMYK 0 0.75 0.07 0.15
HSL 305.89º 0.68% 0.53% -
HSV(B) 305.89º 0.75% 0.85% -
XYZ 40.02 21.32 56.65 -
YUV 118.5 174 197.55 -
System Red Green Blue C M Y K H S L
Decimal 216 53 200 0 0.75 0.07 0.15 305.89 0.68 0.53
Hex D8 35 C8 0 4B 7 F 132 44 35
Octal 330 65 310 0 113 7 17 462 104 65
Binary 11011000 110101 11001000 0 1001011 111 1111 100110010 1000100 110101

Color Harmonies of #D835C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835C8

Black with #D835C8

Text Example


Text Example

White with #D835C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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