Html Css Color HEX #D35ABE Fuchsia

📋 copy color: '#D35ABE'

red 211 ◦ green 90 ◦ blue 190

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

Shades of Fuchsia #D35ABE

Tints of Fuchsia #D35ABE

RGB

 RED value IS 211 (82.81% from 255) = 42.97%

 GREEN value IS 90 (35.55% from 255) = 18.33%

 BLUE value IS 190 (74.61% from 255) = 38.7%

R = 42.97%
G = 18.33%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.17

RGB Variations

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

Color information

#D35ABE (or 0xD35ABE) is known color: Fuchsia. HEX triplet: D3, 5A and BE. RGB value is (211,90,190). Sum of RGB (Red+Green+Blue) = 211+90+190=491 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.97% from 491); Green value is 90 (35.55% from 255 or 18.33% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 211 - color contains mainly: red. Hex color #D35ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D35ABE is #2CA541. Grayscale: #898989. Windows color (decimal): -2925890 or 12475091. OLE color: 12475091.

HSL color Cylindrical-coordinate representation of color #D35ABE: hue angle of 310.41º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D35ABE is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 90 190 -
CMYK 0 0.57 0.10 0.17
HSL 310.41º 0.58% 0.59% -
HSV(B) 310.41º 0.57% 0.83% -
XYZ 39.81 24.88 51.42 -
YUV 137.58 157.59 180.37 -
System Red Green Blue C M Y K H S L
Decimal 211 90 190 0 0.57 0.10 0.17 310.41 0.58 0.59
Hex D3 5A BE 0 39 A 11 136 3A 3B
Octal 323 132 276 0 71 12 21 466 72 73
Binary 11010011 1011010 10111110 0 111001 1010 10001 100110110 111010 111011

Color Harmonies of #D35ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35ABE

Black with #D35ABE

Text Example


Text Example

White with #D35ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35ABE; }

 p { color: rgb(211,90,190); }

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

background-color css

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

 a { background-color: rgb(211,90,190); }

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

border-color css

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

 span { border-color: rgb(211,90,190); }

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