Html Css Color HEX #D835C5 Fuchsia

📋 copy color: '#D835C5'

red 216 ◦ green 53 ◦ blue 197

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

Shades of Fuchsia #D835C5

Tints of Fuchsia #D835C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 42.27%

R = 46.35%
G = 11.37%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D835C5 (or 0xD835C5) is known color: Fuchsia. HEX triplet: D8, 35 and C5. RGB value is (216,53,197). Sum of RGB (Red+Green+Blue) = 216+53+197=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 53 (21.09% from 255 or 11.37% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D835C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835C5 is #27CA3A. Grayscale: #757575. Windows color (decimal): -2607675 or 12924376. OLE color: 12924376.

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

Color convert

RGB 216 53 197 -
CMYK 0 0.75 0.09 0.15
HSL 306.99º 0.68% 0.53% -
HSV(B) 306.99º 0.75% 0.85% -
XYZ 39.67 21.18 54.82 -
YUV 118.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 216 53 197 0 0.75 0.09 0.15 306.99 0.68 0.53
Hex D8 35 C5 0 4B 9 F 133 44 35
Octal 330 65 305 0 113 11 17 463 104 65
Binary 11011000 110101 11000101 0 1001011 1001 1111 100110011 1000100 110101

Color Harmonies of #D835C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835C5

Black with #D835C5

Text Example


Text Example

White with #D835C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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