Html Css Color HEX #D835B5 Fuchsia

📋 copy color: '#D835B5'

red 216 ◦ green 53 ◦ blue 181

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

Shades of Fuchsia #D835B5

Tints of Fuchsia #D835B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 40.22%

R = 48%
G = 11.78%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#D835B5 (or 0xD835B5) is known color: Fuchsia. HEX triplet: D8, 35 and B5. RGB value is (216,53,181). Sum of RGB (Red+Green+Blue) = 216+53+181=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D835B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D835B5 is #27CA4A. Grayscale: #737373. Windows color (decimal): -2607691 or 11875800. OLE color: 11875800.

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

Color convert

RGB 216 53 181 -
CMYK 0 0.75 0.16 0.15
HSL 312.88º 0.68% 0.53% -
HSV(B) 312.88º 0.75% 0.85% -
XYZ 37.93 20.48 45.67 -
YUV 116.33 164.5 199.09 -
System Red Green Blue C M Y K H S L
Decimal 216 53 181 0 0.75 0.16 0.15 312.88 0.68 0.53
Hex D8 35 B5 0 4B 10 F 139 44 35
Octal 330 65 265 0 113 20 17 471 104 65
Binary 11011000 110101 10110101 0 1001011 10000 1111 100111001 1000100 110101

Color Harmonies of #D835B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D835B5

Black with #D835B5

Text Example


Text Example

White with #D835B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D835B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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