Html Css Color HEX #D353BB Fuchsia

📋 copy color: '#D353BB'

red 211 ◦ green 83 ◦ blue 187

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

Shades of Fuchsia #D353BB

Tints of Fuchsia #D353BB

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.26%

 BLUE value IS 187 (73.44% from 255) = 38.88%

R = 43.87%
G = 17.26%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D353BB (or 0xD353BB) is known color: Fuchsia. HEX triplet: D3, 53 and BB. RGB value is (211,83,187). Sum of RGB (Red+Green+Blue) = 211+83+187=481 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.87% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 211 - color contains mainly: red. Hex color #D353BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D353BB is #2CAC44. Grayscale: #848484. Windows color (decimal): -2927685 or 12276691. OLE color: 12276691.

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

Color convert

RGB 211 83 187 -
CMYK 0 0.61 0.11 0.17
HSL 311.25º 0.59% 0.58% -
HSV(B) 311.25º 0.61% 0.83% -
XYZ 38.93 23.62 49.52 -
YUV 133.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 211 83 187 0 0.61 0.11 0.17 311.25 0.59 0.58
Hex D3 53 BB 0 3D B 11 137 3B 3A
Octal 323 123 273 0 75 13 21 467 73 72
Binary 11010011 1010011 10111011 0 111101 1011 10001 100110111 111011 111010

Color Harmonies of #D353BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D353BB

Black with #D353BB

Text Example


Text Example

White with #D353BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D353BB; }

 p { color: rgb(211,83,187); }

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

background-color css

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

 a { background-color: rgb(211,83,187); }

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

border-color css

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

 span { border-color: rgb(211,83,187); }

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