Html Css Color HEX #D835B3 Fuchsia

📋 copy color: '#D835B3'

red 216 ◦ green 53 ◦ blue 179

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

Shades of Fuchsia #D835B3

Tints of Fuchsia #D835B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 39.96%

R = 48.21%
G = 11.83%
B = 39.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D835B3 (or 0xD835B3) is known color: Fuchsia. HEX triplet: D8, 35 and B3. RGB value is (216,53,179). Sum of RGB (Red+Green+Blue) = 216+53+179=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 179 (70.31% from 255 or 39.96% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D835B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835B3 is #27CA4C. Grayscale: #737373. Windows color (decimal): -2607693 or 11744728. OLE color: 11744728.

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

Color convert

RGB 216 53 179 -
CMYK 0 0.75 0.17 0.15
HSL 313.62º 0.68% 0.53% -
HSV(B) 313.62º 0.75% 0.85% -
XYZ 37.73 20.4 44.6 -
YUV 116.1 163.5 199.25 -
System Red Green Blue C M Y K H S L
Decimal 216 53 179 0 0.75 0.17 0.15 313.62 0.68 0.53
Hex D8 35 B3 0 4B 11 F 13A 44 35
Octal 330 65 263 0 113 21 17 472 104 65
Binary 11011000 110101 10110011 0 1001011 10001 1111 100111010 1000100 110101

Color Harmonies of #D835B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835B3

Black with #D835B3

Text Example


Text Example

White with #D835B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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