Html Css Color HEX #D350BB Fuchsia

📋 copy color: '#D350BB'

red 211 ◦ green 80 ◦ blue 187

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

Shades of Fuchsia #D350BB

Tints of Fuchsia #D350BB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.74%

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

R = 44.14%
G = 16.74%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.11

 K value IS 0.17

RGB Variations

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

Color information

#D350BB (or 0xD350BB) is known color: Fuchsia. HEX triplet: D3, 50 and BB. RGB value is (211,80,187). Sum of RGB (Red+Green+Blue) = 211+80+187=478 (63% of max value = 765). Red value is 211 (82.81% from 255 or 44.14% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 187 (73.44% from 255 or 39.12% from 478); Max value from RGB is 211 - color contains mainly: red. Hex color #D350BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D350BB is #2CAF44. Grayscale: #838383. Windows color (decimal): -2928453 or 12275923. OLE color: 12275923.

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

Color convert

RGB 211 80 187 -
CMYK 0 0.62 0.11 0.17
HSL 310.99º 0.6% 0.57% -
HSV(B) 310.99º 0.62% 0.83% -
XYZ 38.7 23.17 49.45 -
YUV 131.37 159.4 184.8 -
System Red Green Blue C M Y K H S L
Decimal 211 80 187 0 0.62 0.11 0.17 310.99 0.6 0.57
Hex D3 50 BB 0 3E B 11 137 3C 39
Octal 323 120 273 0 76 13 21 467 74 71
Binary 11010011 1010000 10111011 0 111110 1011 10001 100110111 111100 111001

Color Harmonies of #D350BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D350BB

Black with #D350BB

Text Example


Text Example

White with #D350BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D350BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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